@authgear/web / PreAuthenticatedURLInsufficientScopeError
Class: PreAuthenticatedURLInsufficientScopeError
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.
Hierarchy
-
PreAuthenticatedURLNotAllowedError
↳
PreAuthenticatedURLInsufficientScopeError
Table of contents
Constructors
Properties
Constructors
constructor
• new PreAuthenticatedURLInsufficientScopeError(message?
): PreAuthenticatedURLInsufficientScopeError
Parameters
Name | Type |
---|---|
message? | string |
Returns
PreAuthenticatedURLInsufficientScopeError
Inherited from
PreAuthenticatedURLNotAllowedError.constructor
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
PreAuthenticatedURLNotAllowedError.underlyingError
Defined in
packages/authgear-web/index.d.ts:14