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

public class UserInformationNotAvailableError extends ClientError
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:
  • Constructor Details

    • UserInformationNotAvailableError

      public UserInformationNotAvailableError()