Schema
PostUsers2FALoginErrorResponse
Type:
object
failed second factor login response.
detail
Type:
string
Description of the error.
All schema constraints and annotations
{
"description": "Description of the error.",
"example": "Incorrect authentication credentials",
"type": "string"
}All schema constraints and annotations
{
"description": "failed second factor login response.",
"examples": [
{
"detail": "Incorrect authentication credentials"
}
],
"properties": {
"detail": {
"description": "Description of the error.",
"example": "Incorrect authentication credentials",
"type": "string"
}
},
"type": "object"
}