Class ClientDataJsonAttestation
-
- All Implemented Interfaces:
@Serializable() public final class ClientDataJsonAttestation
Represents the client data for attestation during a WebAuthn operation.
-
-
Constructor Summary
Constructors Constructor Description ClientDataJsonAttestation(String type, String challenge, String origin, Boolean crossOrigin)
-
Method Summary
Modifier and Type Method Description final String
getType()
The type of the client data. final String
getChallenge()
The challenge associated with the client data. final String
getOrigin()
The origin associated with the client data. final Boolean
getCrossOrigin()
Indicates whether the client data is from a cross-origin operation. -
-
Method Detail
-
getChallenge
final String getChallenge()
The challenge associated with the client data.
-
getCrossOrigin
final Boolean getCrossOrigin()
Indicates whether the client data is from a cross-origin operation.
-
-
-
-