Skip to content

Commit

Permalink
feat: added error code invalid_scope
Browse files Browse the repository at this point in the history
  • Loading branch information
sksadjad committed Mar 30, 2023
1 parent f311258 commit e7864d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/common/lib/types/Generic.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ export enum TokenErrorResponse {
invalid_request = 'invalid_request',
invalid_grant = 'invalid_grant',
invalid_client = 'invalid_client', // this code has been added only in v1_0-11, but I've added this to the common interface. @nklomp is this ok?
invalid_scope = 'invalid_scope'
}

//todo: change this back to AccessTokenResponse once merged with latest changes from develop
Expand Down

0 comments on commit e7864d9

Please sign in to comment.