Package com.yubico.yubikit.fido.client
Class UserInformationNotAvailableError
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.yubico.yubikit.fido.client.ClientError
com.yubico.yubikit.fido.client.UserInformationNotAvailableError
- All Implemented Interfaces:
Serializable
A ClientError indicating that UserEntity information isn't available for assertions returned by
the Authenticator. This happens when
BasicWebAuthnClient.getAssertion(byte[], com.yubico.yubikit.fido.webauthn.PublicKeyCredentialRequestOptions, java.lang.String, char[], com.yubico.yubikit.core.application.CommandState)
is called without
providing PIV or UV, when returning discoverable credentials.- 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
-
UserInformationNotAvailableError
public UserInformationNotAvailableError()
-