Skip to main content

PreAuthenticatedURLNotAllowedError

@authgear/react-native


@authgear/react-native / PreAuthenticatedURLNotAllowedError

Class: PreAuthenticatedURLNotAllowedError

PreAuthenticatedURLNotAllowedError is the root class of errors related to pre-authenticated URL.

Extends

Extended by

Constructors

Constructor

new PreAuthenticatedURLNotAllowedError(message?): PreAuthenticatedURLNotAllowedError

Parameters

message?

string

Returns

PreAuthenticatedURLNotAllowedError

Inherited from

AuthgearError.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

AuthgearError.underlyingError