Function identifyAuthenticationError

  • Attempt to intuit why an error was raised after calling navigator.credentials.get()

    Parameters

    • __namedParameters: {
          error: Error;
          options: CredentialRequestOptions | CredentialRequestOptionsJSON;
      }
      • error: Error
      • options: CredentialRequestOptions | CredentialRequestOptionsJSON

    Returns WebAuthnError | Error

Generated using TypeDoc