Skip to main content
Defined in: server/auth/oauth/proxy.ts:4

Properties

endpoints

Defined in: server/auth/oauth/proxy.ts:11 Upstream OAuth server endpoint URLs.

authorizationUrl

revocationUrl?

tokenUrl


upstreamCredentials

Defined in: server/auth/oauth/proxy.ts:6 Pre-registered credentials this proxy uses when talking to the upstream server.

clientId

clientSecret?


verifyAccessToken

Defined in: server/auth/oauth/proxy.ts:20 Verifies an access token issued by the upstream and returns information about it. Called for every MCP request to validate the bearer token.

Parameters

token
string

Returns

Promise<AuthInfo>