Koha::OAuth - Koha library for OAuth2 callbacks
my $config = Koha::OAuth->config;
Returns a hashref containing the callbacks Net::OAuth2::AuthorizationServer requires
A callback to verify if the client asking for authorization is known to the authorization server and allowed to get authorization.
A callback to store the generated access tokens.
A callback to verify the access token.