Completes a pending authentication using a FIDO2 key.

Prev Next
Post
/sys/v1/session/auth/2fa/fido2

Completes a pending authentication using a FIDO2 key.

Security
HTTP
Type bearer
API Key: apiKeyAuth
Header parameter nameAuthorization
Body parameters
Expand All
object
id
string (byte)
type
string

https://www.w3.org/TR/webauthn-2/#enum-credentialType

This enum defines valid cred types.

Valid values[ "public-key" ]
response
object
clientDataJSON
string (byte) Required
authenticatorData
string (byte) Required
signature
string (byte) Required
userHandle
string (byte)
get_client_extension_results
object
appidExclude
boolean | null

Response of appidExclude extension. See [AuthenticationExtensionsClientInputs::appid_exclude].

appid
boolean | null

Response of appid extension. See [AuthenticationExtensionsClientInputs::appid].

Responses
204

Nothing is returned on success