type MfaMethod = { totp: "totp"; sms: "sms"; };
totp
readonly
"totp"
sms
"sms"
Was this page helpful?