PreAuthenticatedURLNotAllowedError
@authgear/react-native / PreAuthenticatedURLNotAllowedError
Class: PreAuthenticatedURLNotAllowedError
PreAuthenticatedURLNotAllowedError is the root class of errors related to pre-authenticated URL.
Extends
Extended by
PreAuthenticatedURLDeviceSecretNotFoundErrorPreAuthenticatedURLIDTokenNotFoundErrorPreAuthenticatedURLInsufficientScopeError
Constructors
Constructor
new PreAuthenticatedURLNotAllowedError(
message?):PreAuthenticatedURLNotAllowedError
Parameters
message?
string
Returns
PreAuthenticatedURLNotAllowedError
Inherited from
Properties
underlyingError?
optionalunderlyingError: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.