Skip to main content
POST
/
api
/
v1
/
passkeys
/
authenticate_options
Error
A valid request URL is required to generate request examples
{
  "challenge": "<string>",
  "timeout": 123,
  "extensions": {},
  "allowCredentials": [
    {}
  ],
  "rpId": "<string>",
  "userVerification": "<string>",
  "challenge_token": "<string>",
  "hints": [
    "<string>"
  ]
}

Body

application/json

The body is of type object.

Response

200 - application/json

OK

challenge
string
required
timeout
integer
required
extensions
object
required
allowCredentials
object[]
required
rpId
string
required
userVerification
string
required
challenge_token
string
required
hints
string[]
required