McpClientCredentials
Defined in: src/mcp.ts:70
OAuth client credentials for machine-to-machine authentication.
Properties
Section titled “Properties”clientId
Section titled “clientId”clientId: string;Defined in: src/mcp.ts:71
clientSecret
Section titled “clientSecret”clientSecret: string;Defined in: src/mcp.ts:72
scopes?
Section titled “scopes?”optional scopes?: string[];Defined in: src/mcp.ts:74
OAuth scopes to request. Joined with spaces before sending to the token endpoint.