Package io.fusionauth.domain.api
Class WebAuthnPublicKeyRegistrationRequest
java.lang.Object
io.fusionauth.domain.api.WebAuthnPublicKeyRegistrationRequest
- All Implemented Interfaces:
Buildable<WebAuthnPublicKeyRegistrationRequest>
public class WebAuthnPublicKeyRegistrationRequest
extends Object
implements Buildable<WebAuthnPublicKeyRegistrationRequest>
Request to register a new public key with WebAuthn
- Author:
- Spencer Witt
-
Field Summary
FieldsModifier and TypeFieldDescriptionRequested extension data for the registration ceremonyThe new credential ID in base64URL-encoded formatThe Relying Party IdThe detailed client and attestation data from the registration ceremonyList of supported transport methods for the chosen authenticatorThe credential type -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
clientExtensionResults
Requested extension data for the registration ceremony -
id
The new credential ID in base64URL-encoded format -
relyingPartyId
The Relying Party Id -
response
The detailed client and attestation data from the registration ceremony -
transports
List of supported transport methods for the chosen authenticator -
type
The credential type
-
-
Constructor Details
-
WebAuthnPublicKeyRegistrationRequest
public WebAuthnPublicKeyRegistrationRequest()
-