blib/lib/CatalystX/OAuth2/Request/RequestAuth.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 2 | 0.0 |
line | l | !l | condition |
---|---|---|---|
45 | 0 | 0 | $store->verify_client_secret($self->client_id, $self->client_secret) or return {'error', 'unauthorized_client', 'error_description', 'the client identified by ' . $self->client_id . ' is not authorized to access this resource'} |