Skip to content

Commit

Permalink
Merge pull request #289 from torusresearch/feat/authenticator-app
Browse files Browse the repository at this point in the history
add support for authenticator app
  • Loading branch information
chaitanyapotti authored Feb 6, 2024
2 parents c0d505a + 6f5ebc2 commit d6ab905
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/openlogin-utils/src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@ export const MFA_FACTOR = {
BACKUP_SHARE: "backUpShareFactor",
SOCIAL_BACKUP: "socialBackupFactor",
PASSWORD: "passwordFactor",
AUTHENTICATOR: "authenticatorFactor",
} as const;

export type MFA_FACTOR_TYPE = (typeof MFA_FACTOR)[keyof typeof MFA_FACTOR];
Expand Down Expand Up @@ -676,7 +677,7 @@ export type OpenLoginOptions = {
/**
* This parameter will be used to enable mfa factors and set priority on UI listing.
* List of factors available
* backUpShareFactor | socialFactor | passwordFactor
* backUpShareFactor | socialFactor | passwordFactor | authenticatorFactor
* @defaultValue false
*/
mfaSettings?: MfaSettings;
Expand Down

0 comments on commit d6ab905

Please sign in to comment.