Class AuthenticatorAssertionResponse

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

public final class AuthenticatorAssertionResponse extends Object implements AuthenticatorResponse
Represents an authenticator's response to a client’s request for generation of a new authentication assertion given the WebAuthn Relying Party's PublicKeyCredentialRequestOptions.getChallenge() challenge} and OPTIONAL PublicKeyCredentialRequestOptions.getAllowCredentials() list of credentials} it is aware of. This response contains a cryptographic signature proving possession of the credential private key, and optionally evidence of user consent to a specific transaction.
See Also: