Skip to main content

PreAuthenticatedURLDeviceSecretNotFoundError

@authgear/react-native


@authgear/react-native / PreAuthenticatedURLDeviceSecretNotFoundError

Class: PreAuthenticatedURLDeviceSecretNotFoundError

The device secret is not found. This may happen if the "Pre-authenticated URL" feature was not enabled when the user logged in during this session. Ask the user to log in again to enable this feature.

Extends

Constructors

Constructor

new PreAuthenticatedURLDeviceSecretNotFoundError(message?): PreAuthenticatedURLDeviceSecretNotFoundError

Parameters

message?

string

Returns

PreAuthenticatedURLDeviceSecretNotFoundError

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