Variable AuthenticationMethodTypeEnum
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
Readonly
RecoveryCode: "recovery-code"
Readonly
Totp: "totp"
Readonly
Push: "push"
Readonly
Phone: "phone"
Readonly
Email: "email"
Readonly
EmailVerification: "email-verification"
Readonly
WebauthnRoaming: "webauthn-roaming"
Readonly
Guardian: "guardian"
Readonly
Passkey: "passkey"
Readonly
Password: "password"