Class AuthenticatorAttestationResponse
java.lang.Object
org.springframework.security.web.webauthn.api.AuthenticatorResponse
org.springframework.security.web.webauthn.api.AuthenticatorAttestationResponse
AuthenticatorAttestationResponse
represents the
authenticator's response
to a client's request for the creation of a new
public key
credential.
- Since:
- 6.4
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Creates a new instance.The attestationObject attribute contains an attestation object, which is opaque to, and cryptographically protected against tampering by, the client.The transports returns the transportsMethods inherited from class org.springframework.security.web.webauthn.api.AuthenticatorResponse
getClientDataJSON
-
Method Details
-
getAttestationObject
The attestationObject attribute contains an attestation object, which is opaque to, and cryptographically protected against tampering by, the client.- Returns:
- the attestationObject
-
getTransports
The transports returns the transports- Returns:
- the transports
-
builder
Creates a new instance.
-