Class AuthenticatorResponse

java.lang.Object
org.springframework.security.web.webauthn.api.AuthenticatorResponse
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthenticatorAssertionResponse, AuthenticatorAttestationResponse

public abstract class AuthenticatorResponse extends Object implements Serializable
The AuthenticatorResponse represents Authenticators respond to Relying Party requests.
Since:
6.4
See Also:
  • Method Details

    • getClientDataJSON

      public Bytes getClientDataJSON()
      The clientDataJSON contains a JSON-compatible serialization of the client data, the hash of which is passed to the authenticator by the client in its call to either create() or get() (i.e., the client data itself is not sent to the authenticator).
      Returns:
      the client data JSON