MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / reauth

Function reauth

packages/core/sdk/src/executor.ts:1516–1523  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

1514 Effect.gen(function* () {
1515 const owner = row.owner as Owner;
1516 const reauth = (message: string): CredentialResolutionError =>
1517 new CredentialResolutionError({
1518 owner,
1519 integration: IntegrationSlug.make(row.integration),
1520 name: ConnectionName.make(row.name),
1521 message,
1522 reauthRequired: true,
1523 });
1524
1525 // Load the backing app by the owner STORED on the connection (a Personal
1526 // connection may be backed by a shared Workspace app) — no derivation.

Callers 1

performTokenRefreshFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected