Class PinRequiredClientError

All Implemented Interfaces:
Serializable

public class PinRequiredClientError extends ClientError
A subclass of ClientError used by BasicWebAuthnClient to indicate that makeCredential or getAssertion was called without a PIN even though a PIN is required to complete the operation. Client implementations may want to catch this and handle it differently than other ClientErrors.
See Also:
  • Constructor Details

    • PinRequiredClientError

      public PinRequiredClientError()