API ReferenceAuth passkey
Get passkey authentication options
Generate WebAuthn authentication options for signing in with a passkey
AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "http://localhost:18080/api/v1/auth/passkey/public/authenticate/options"{
"allowCredentials": [
{
"id": "string",
"transports": [
"string"
],
"type": "string"
}
],
"challenge": "string",
"rpId": "string",
"timeout": 0,
"userVerification": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}