OpenapiAuth
Handle_passkey_options
Path Parameters
realmId*string
Realm ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
clientId*string
oauth?null|
turnstileToken?string|null
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/auth/string/login/passkey/options" \ -H "Content-Type: application/json" \ -d '{ "clientId": "string" }'{ "authToken": "string", "options": null}{ "code": "string", "details": null, "message": "string", "requestId": "string", "status": 0}{ "code": "string", "details": null, "message": "string", "requestId": "string", "status": 0}{ "code": "string", "details": null, "message": "string", "requestId": "string", "status": 0}{ "code": "string", "details": null, "message": "string", "requestId": "string", "status": 0}