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

(-)a/Koha/REST/V1/OAuth.pm (-1 / +1 lines)
Lines 30-35 sub token { Link Here
30
    my $token = $grant->token(
30
    my $token = $grant->token(
31
      client_id       => $client_id,
31
      client_id       => $client_id,
32
      scopes          => $scopes,
32
      scopes          => $scopes,
33
      type            => 'access',
33
    );
34
    );
34
35
35
    # store access token
36
    # store access token
36
- 

Return to bug 20402