Skip to main content

AuthenticationStatusResponse

authenticatedbooleanrequired
stepUpbooleanrequired
emailVerifiedboolean
twoFactorRequiredbooleanrequired
preferredTwoFactorMethodstring

Possible values: [totp, email]

twoFactorMethodsstring[]

Possible values: [totp, email]

sessionIdstring<uuid>
AuthenticationStatusResponse
{
"authenticated": true,
"stepUp": true,
"emailVerified": true,
"twoFactorRequired": true,
"preferredTwoFactorMethod": "totp",
"twoFactorMethods": [
"totp"
],
"sessionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}