Package com.yubico.yubikit.fido.client
Class PinRequiredClientError
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.yubico.yubikit.fido.client.ClientError
com.yubico.yubikit.fido.client.PinRequiredClientError
- All Implemented Interfaces:
Serializable
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:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.yubico.yubikit.fido.client.ClientError
ClientError.Code
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.yubico.yubikit.fido.client.ClientError
getErrorCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PinRequiredClientError
public PinRequiredClientError()
-