packages/oidc/docs/classes/RefreshAccessTokenFailedError.md
Error thrown when attempting to refresh the authentication token fails. This includes cases where no refresh token is available.
↳ RefreshAccessTokenFailedError
• new RefreshAccessTokenFailedError(cause?)
| Name | Type |
|---|---|
cause? | unknown |
Error.constructor
packages/oidc/src/auth-errors.ts:20
• message: string
Error.message
node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es5.d.ts:1054
• name: string = 'RefreshAccessTokenFailedError'
Error.name
packages/oidc/src/auth-errors.ts:19
• Optional stack: string
Error.stack
node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es5.d.ts:1055
▪ Static Optional prepareStackTrace: (err: Error, stackTraces: CallSite[]) => any
▸ (err, stackTraces): any
Optional override for formatting stack traces
See
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
| Name | Type |
|---|---|
err | Error |
stackTraces | CallSite[] |
any
Error.prepareStackTrace
node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts:28
▪ Static stackTraceLimit: number
Error.stackTraceLimit
node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts:30
▸ Static captureStackTrace(targetObject, constructorOpt?): void
Create .stack property on a target object
| Name | Type |
|---|---|
targetObject | object |
constructorOpt? | Function |
void
Error.captureStackTrace
node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts:21