Class AuthInvalidClientError

All Implemented Interfaces:
Serializable

public class AuthInvalidClientError extends ClientError
A subclass of ClientError used by Ctap2Client to indicate that makeCredential or getAssertion was called with invalid authentication (PIN or UV).
See Also:
  • Field Details

  • Constructor Details

    • AuthInvalidClientError

      public AuthInvalidClientError(com.yubico.yubikit.core.fido.CtapException cause, AuthInvalidClientError.AuthType authType, int retries)
      Parameters:
      authType - type of authentication (PIN or UV)
      retries - number of retries left before the authenticator is blocked, or -1 if the retry count could not be determined