Skip to content

Commit

Permalink
Ensure AMR claim is set to an array of strings (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Jul 7, 2023
1 parent 66e0dfb commit 3935842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/global.ts
Expand Up @@ -588,7 +588,7 @@ export interface IdToken {
at_hash?: string;
c_hash?: string;
acr?: string;
amr?: string;
amr?: string[];
sub_jwk?: string;
cnf?: string;
sid?: string;
Expand Down

0 comments on commit 3935842

Please sign in to comment.