Class ClientDataType

java.lang.Object
com.webauthn4j.data.client.ClientDataType
All Implemented Interfaces:
Serializable

public class ClientDataType extends Object implements Serializable
See Also:
  • Field Details

    • WEBAUTHN_CREATE

      public static final ClientDataType WEBAUTHN_CREATE
    • WEBAUTHN_GET

      public static final ClientDataType WEBAUTHN_GET
    • CREATE

      @Deprecated public static final ClientDataType CREATE
      Deprecated.
      ClientDataType.CREATE is renamed to ClientDataType.WEBAUTHN_CREATE
    • GET

      @Deprecated public static final ClientDataType GET
      Deprecated.
      ClientDataType.GET is renamed to ClientDataType.WEBAUTHN_GET
  • Method Details