<<

NAME

Koha::OAuth - Koha library for OAuth2 callbacks

API

Class methods

config

    my $config = Koha::OAuth->config;

Returns a hashref containing the callbacks Net::OAuth2::AuthorizationServer requires

_verify_client_cb

A callback to verify if the client asking for authorization is known to the authorization server and allowed to get authorization.

_store_access_token_cb

A callback to store the generated access tokens.

_verify_access_token_cb

A callback to verify the access token.

<<