Approve a Passkeys Challenge
Approve a Passkeys challenge
Path parameters
The unique SID identifier of the Service.
Request body
A base64url encoded representation of rawId.
The globally unique identifier for this PublicKeyCredential.
A string that indicates the mechanism by which the WebAuthn implementation is attached to the authenticator at the time the associated navigator.credentials.create() or navigator.credentials.get() call completes.
The valid credential types supported by the API. The values of this enumeration are used for versioning the AuthenticatorAssertion and AuthenticatorAttestation structures according to the type of the authenticator.
Response
Approved
A 34 character string that uniquely identifies this Challenge.
The unique SID identifier of the Account.
The unique SID identifier of the Service.
The unique SID identifier of the Entity.
Customer unique identity for the Entity owner of the Challenge.
The unique SID identifier of the Factor.
The date that this Challenge was created, given in ISO 8601 format.
The date that this Challenge was updated, given in ISO 8601 format.
The date that this Challenge was responded, given in ISO 8601 format.
The date-time when this Challenge expires, given in ISO 8601 format.
The Status of this Challenge. One of pending, expired, approved or denied.
Reason for the Challenge to be in certain status. One of none, not_needed or not_requested.
The Factor Type of this Challenge. Currently push and totp are supported.
The URL of this resource.
Contains a dictionary of URL links to nested resources of this Challenge.
An object that contains challenge options. Currently only used for passkeys.