Skip to content

Commit

Permalink
Added jwt to LoginOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnereese committed Jan 27, 2022
1 parent af600c4 commit fe319f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/src/platform/Platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -838,6 +838,7 @@ export interface LoginOptions {
password?: string;
extension?: string;
code?: string;
jwt?: string;
access_token?: string;
access_token_ttl?: number;
refresh_token_ttl?: number;
Expand Down

0 comments on commit fe319f5

Please sign in to comment.