Variable AuthenticationMethodTypeEnumConst
AuthenticationMethodTypeEnum: {
RecoveryCode: "recovery-code";
Totp: "totp";
Push: "push";
Phone: "phone";
Email: "email";
EmailVerification: "email-verification";
WebauthnRoaming: "webauthn-roaming";
WebauthnPlatform: "webauthn-platform";
Guardian: "guardian";
Passkey: "passkey";
Password: "password";
} = ...
Type Declaration
-
ReadonlyRecoveryCode: "recovery-code"
-
ReadonlyTotp: "totp"
-
ReadonlyPush: "push"
-
ReadonlyPhone: "phone"
-
ReadonlyEmail: "email"
-
ReadonlyEmailVerification: "email-verification"
-
ReadonlyWebauthnRoaming: "webauthn-roaming"
-
-
ReadonlyGuardian: "guardian"
-
ReadonlyPasskey: "passkey"
-
ReadonlyPassword: "password"