Skip to content

McpClientCredentials

Defined in: src/mcp.ts:71

OAuth client credentials for machine-to-machine authentication.

clientId: string;

Defined in: src/mcp.ts:72


clientSecret: string;

Defined in: src/mcp.ts:73


optional scopes?: string[];

Defined in: src/mcp.ts:75

OAuth scopes to request. Joined with spaces before sending to the token endpoint.