View | Details | Raw Unified | Return to bug 20612
Collapse All | Expand All

(-)a/Koha/OAuth.pm (-2 / +1 lines)
Lines 44-50 sub config { Link Here
44
    };
44
    };
45
}
45
}
46
46
47
=head3 _verify_client_db
47
=head3 _verify_client_cb
48
48
49
A callback to verify if the client asking for authorization is known to the authorization server
49
A callback to verify if the client asking for authorization is known to the authorization server
50
and allowed to get authorization.
50
and allowed to get authorization.
51
- 

Return to bug 20612