Variable UserAuthenticationMethodPropertiesEnum
UserAuthenticationMethodPropertiesEnum: {
Totp: "totp";
Push: "push";
Sms: "sms";
Voice: "voice";
}
Type declaration
ReadonlyTotp: "totp"
ReadonlyPush: "push"
ReadonlySms: "sms"
ReadonlyVoice: "voice"