Class ClientDataJsonAttestation

  • All Implemented Interfaces:

    @Serializable() 
    public final class ClientDataJsonAttestation
    
                        

    Represents the client data for attestation during a WebAuthn operation.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail