Class AuthenticatorResponse
java.lang.Object
org.springframework.security.web.webauthn.api.AuthenticatorResponse
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthenticatorAssertionResponse
,AuthenticatorAttestationResponse
- Since:
- 6.4
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionThe 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).
-
Method Details
-
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
-