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

Function reauth

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

Source from the content-addressed store, hash-verified

1753 Effect.gen(function* () {
1754 const owner = row.owner as Owner;
1755 const reauth = (message: string): CredentialResolutionError =>
1756 new CredentialResolutionError({
1757 owner,
1758 integration: IntegrationSlug.make(row.integration),
1759 name: ConnectionName.make(row.name),
1760 message,
1761 reauthRequired: true,
1762 });
1763
1764 // Load the backing app by the owner STORED on the connection (a Personal
1765 // 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