Variable UserAuthenticationMethodPropertiesEnum
UserAuthenticationMethodPropertiesEnum: {
Totp: "totp";
Push: "push";
Sms: "sms";
Voice: "voice";
}
Type declaration
Readonly
Totp: "totp"
Readonly
Push: "push"
Readonly
Sms: "sms"
Readonly
Voice: "voice"