Class AuthenticatorResponse
java.lang.Object
org.springframework.security.web.webauthn.api.AuthenticatorResponse
- Direct Known Subclasses:
AuthenticatorAssertionResponse
,AuthenticatorAttestationResponse
- Since:
- 6.4
-
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
-