Skip to content

Commit

Permalink
chore: Add nickname to IdxAuthenticator interface (#1496)
Browse files Browse the repository at this point in the history
OKTA-661650 chore: Add nickname to IdxAuthenticator interface
  • Loading branch information
denysoblohin-okta authored Feb 29, 2024
1 parent 8eaa6b9 commit 119c800
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/idx/types/idx-js.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export interface IdxAuthenticator {
poll?: Record<string, unknown>;
recover?: Record<string, unknown>;
deviceKnown?: boolean;
nickname?: string;
}

export interface IdxForm {
Expand Down

0 comments on commit 119c800

Please sign in to comment.