Get WebAuthn auth

get/api/v2/user/otp/webauthn/auth

Generates a new Webauthn authentication request and adds it to user

Query Parameters

  • deviceIdsarray[string]
    Filter by deviceIds

200 Response

origin string
challenge string required
allowCredentials array[object] required
type string required
Allowed value: public-key
transports array[string] required
id string
extensions object
prf object

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

403 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id