Skip to content

Verify TOTP during login

POST
/users/totp/verify-login

Verify TOTP during login. Server: localhost:8081

Authorizations

bearerAuth
TypeHTTP (bearer)

Request Body

application/json
JSON
{
"temp_token": "string",
"totp_code": "string"
}

Responses

OK

application/json
JSON
{
"token": "string"
}

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

Distributed under the Apache License Version 2.0