ReDoc documentation

tfa/provider/u2fkey/verify

tfa/provider/u2fkey/verify

post/V1/tfa/provider/u2fkey/verify

Authenticate with the provider and get a token

Request
Request Body schema:
password
required
string
publicKeyCredentialJson
required
string
username
required
string
Responses
200

200 Success.

default

Unexpected error

Request samples
{
  • "username": "string",
  • "password": "string",
  • "publicKeyCredentialJson": "string"
}
Response samples
"string"