Skip to content

Commit

Permalink
fix: add missing id_token type
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesMangwa committed Feb 25, 2021
1 parent a6a71dd commit 8758ffd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ export interface GigyaSdkAccountInfoType extends GigyaSdkLoginType {
emails?: { verified: string[]; unverified: string[] }
loginIDs?: { username: string; emails: string[]; unverifiedEmails: string[] }
isLockedOut?: boolean
id_token?: string
}

export interface GigyaSdkRegisteredAccountType extends GigyaSdkAccountInfoType {
Expand Down

0 comments on commit 8758ffd

Please sign in to comment.