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 Details

    • clientExtensionResults

      public WebAuthnExtensionsClientOutputs clientExtensionResults
      Requested extension data for the registration ceremony
    • id

      public String id
      The new credential ID in base64URL-encoded format
    • relyingPartyId

      public String relyingPartyId
      The Relying Party Id
    • response

      The detailed client and attestation data from the registration ceremony
    • transports

      public List<String> transports
      List of supported transport methods for the chosen authenticator
    • type

      public String type
      The credential type
  • Constructor Details

    • WebAuthnPublicKeyRegistrationRequest

      public WebAuthnPublicKeyRegistrationRequest()