type InitiateTotpMfaResult = { method: "totp"; authUrl: string; secret: string; };
method
"totp"
authUrl
string
secret
Was this page helpful?