Skip to content

Commit

Permalink
fix(typescript): add remaining properties from RFC7662 (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
barryhagan committed Aug 30, 2021
1 parent 772306c commit 166e89b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/index.d.ts
Expand Up @@ -380,6 +380,8 @@ export interface IntrospectionResponse {
username?: string;
aud?: string | string[];
scope: string;
sub?: string;
nbf?: number;
token_type?: string;
cnf?: {
"x5t#S256"?: string;
Expand Down

0 comments on commit 166e89b

Please sign in to comment.