Class AuthenticatorAssertionResponse

java.lang.Object
org.springframework.security.web.webauthn.api.AuthenticatorResponse
org.springframework.security.web.webauthn.api.AuthenticatorAssertionResponse

public final class AuthenticatorAssertionResponse extends AuthenticatorResponse
The AuthenticatorAssertionResponse interface represents an authenticator's response to a client's request for generation of a new authentication assertion given the WebAuthn Relying Party's challenge and OPTIONAL 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.
Since:
6.4
See Also: