Skip to main content

PreAuthenticatedURLIDTokenNotFoundError

@authgear/react-native


@authgear/react-native / PreAuthenticatedURLIDTokenNotFoundError

Class: PreAuthenticatedURLIDTokenNotFoundError

The user logged in from an older SDK version that does not support the pre-authenticated URL. Ask the user to log in again to resolve the problem.

Extends

Constructors

Constructor

new PreAuthenticatedURLIDTokenNotFoundError(message?): PreAuthenticatedURLIDTokenNotFoundError

Parameters

message?

string

Returns

PreAuthenticatedURLIDTokenNotFoundError

Inherited from

PreAuthenticatedURLNotAllowedError.constructor

Properties

underlyingError?

optional underlyingError: unknown

underlyingError is the underlying error. The type is unknown because it is possible to throw anything in JavaScript. Use ordinary approaches, such as instanceof operator, to identify what it is.

Inherited from

PreAuthenticatedURLNotAllowedError.underlyingError