Skip to main content

TFARequest

recovery_codestring

The recovery code to validate, only used if TOTP code is not provided

Example: 8VM7AL91
totp_codestring

The TOTP code to validate, always takes precedence over recovery code

Example: 113371
TFARequest
{
"recovery_code": "8VM7AL91",
"totp_code": "113371"
}