Skip to content

Commit

Permalink
types: exp in kindeaccesstoken
Browse files Browse the repository at this point in the history
  • Loading branch information
peterphanouvong committed Jul 11, 2024
1 parent 27f300e commit 8d0332f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
export type KindeAccessToken = {
aud: string[];
azp: number;
exp: number;
iat: number;
iss: string;
jti: string;
Expand Down

0 comments on commit 8d0332f

Please sign in to comment.