@@ -, +, @@ --- Koha/REST/V1/OAuth.pm | 1 + 1 file changed, 1 insertion(+) --- a/Koha/REST/V1/OAuth.pm +++ a/Koha/REST/V1/OAuth.pm @@ -30,6 +30,7 @@ sub token { my $token = $grant->token( client_id => $client_id, scopes => $scopes, + type => 'access', ); # store access token --