Skip to main content

FIDO2

public class FIDO2 extends Object

package com.onekosmos.blockid.sdk.BIDAPIs.APIManager.ErrorManager


Utility class to manage FIDO2 errors.

Constructor

public FIDO2(int code, String message)

  • Creates an object of FIDO2 class.
Parameters
codeint: The error code. Refer error codes table below.
messageString: The message associated with the error code. Refer to the error codes table below.

Method Summary

Parameters
intgetCode()Returns the error code.
StringgetMessage()Returns the error message.

Method Detail

getCode

public int getCode()

  • Returns error code.

getMessage

public String getMessage()

  • Returns error message.

Error Codes

The below table lists license error codes and messages.

KeyCodeMessage
USER_NOT_LINKED300001User is not linked
SERVICE_URL_NOT_SET300002WebAuthN service URL is not set for the environment
ATTESTATION_OPTIONS_FAILED300003FIDO2 attestation options failed
ATTESTATION_RESULT_FAILED300004FIDO2 attestation result failed
LINKING_FAILED300005FIDO2 key linking failed
UNLINKING_FAILED300006FIDO2 key unlinking failed
CANCELED300007Canceled
INVALID300008Unable to create credential
INVALID_OBSERVER300009Observer is mandatory
INVALID_USER3000010Invalid user name
ASSERTION_OPTIONS_FAILED3000011FIDO2 assertion options failed
ASSERTION_RESULT_FAILED3000012FIDO2 assertion result failed
GLOBAL_CAAS_URL_NOT_SET3000013Global caas URL is not set for the environment
ADMIN_CONSOLE_URL_NOT_SET3000014Admin console URL is not set for global caas
KEY_ALREADY_REGISTERED3000015The security key has already been registered