Skip to main content

StepUpResponse

stepUpTokenstring
twoFactorRequiredbooleanrequired
twoFactorMethodsstring[]

Possible values: [totp, email]

preferredTwoFactorMethodstring

Possible values: [totp, email]

twoFactorAuthenticationTokenstring
StepUpResponse
{
"stepUpToken": "string",
"twoFactorRequired": true,
"twoFactorMethods": [
"totp"
],
"preferredTwoFactorMethod": "totp",
"twoFactorAuthenticationToken": "string"
}