@authgear/web / PreAuthenticatedURLNotAllowedError
Class: PreAuthenticatedURLNotAllowedError
PreAuthenticatedURLNotAllowedError is the root class of errors related to pre-authenticated URL.
Hierarchy
-
↳
PreAuthenticatedURLNotAllowedError
↳↳
PreAuthenticatedURLDeviceSecretNotFoundError
Table of contents
Constructors
Properties
Constructors
constructor
• new PreAuthenticatedURLNotAllowedError(message?
): PreAuthenticatedURLNotAllowedError
Parameters
Name | Type |
---|---|
message? | string |
Returns
PreAuthenticatedURLNotAllowedError
Inherited from
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1082
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
Defined in
packages/authgear-web/index.d.ts:14