Class AuthenticatorAttestationResponse

java.lang.Object
com.yubico.webauthn.data.AuthenticatorAttestationResponse
All Implemented Interfaces:
AuthenticatorResponse

public final class AuthenticatorAttestationResponse extends Object implements AuthenticatorResponse
Represents the authenticator's response to a client's request for the creation of a new public key credential. It contains information about the new credential that can be used to identify it for later use, and metadata that can be used by the WebAuthn Relying Party to assess the characteristics of the credential during registration.
See Also: