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

Function chainInput

packages/core/sdk/src/oauth-ema.test.ts:88–98  ·  view source on GitHub ↗
(fixture: EnterpriseFixture, scopes: readonly string[])

Source from the content-addressed store, hash-verified

86 });
87
88const chainInput = (fixture: EnterpriseFixture, scopes: readonly string[]) => ({
89 idp: { tokenUrl: fixture.idp.tokenEndpoint, clientId: CLIENT_AT_IDP },
90 resourceAuthorizationServer: {
91 tokenUrl: fixture.resource.tokenEndpoint,
92 issuer: fixture.resource.issuerUrl,
93 clientId: CLIENT_AT_RESOURCE,
94 },
95 subjectToken: fixture.subjectToken,
96 subjectTokenType: ACCESS_TOKEN_TYPE,
97 scopes,
98});
99
100const decodeMetadata = Schema.decodeUnknownEffect(OAuthAuthorizationServerMetadataSchema);
101

Callers 1

oauth-ema.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected