From 432dd41418003494c6db24ef0fc9d81f83186ba3 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 7 May 2018 11:57:59 -0300 Subject: [PATCH] Bug 20624: (QA follow-up) Add missing POD in Koha::REST::V1::OAuth Signed-off-by: Tomas Cohen Arazi Signed-off-by: Jonathan Druart --- Koha/REST/V1/OAuth.pm | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Koha/REST/V1/OAuth.pm b/Koha/REST/V1/OAuth.pm index dc098859a7..3679dbecdc 100644 --- a/Koha/REST/V1/OAuth.pm +++ b/Koha/REST/V1/OAuth.pm @@ -24,6 +24,18 @@ use Koha::OAuth; use Mojo::Base 'Mojolicious::Controller'; +=head1 NAME + +Koha::REST::V1::OAuth - Controller library for handling OAuth2-related token handling + +=head2 Operations + +=head3 token + +Controller method handling token requests + +=cut + sub token { my $c = shift->openapi->valid_input or return; -- 2.39.2