Uses of Record Class
com.github.copilot.rpc.McpAuthResult
Packages that use McpAuthResult
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of McpAuthResult in com.github.copilot.rpc
Methods in com.github.copilot.rpc that return McpAuthResultModifier and TypeMethodDescriptionstatic McpAuthResultMcpAuthResult.cancelled()Creates a cancellation result.static McpAuthResultMcpAuthResult.token(McpAuthToken token) Creates a token result.Methods in com.github.copilot.rpc that return types with arguments of type McpAuthResultModifier and TypeMethodDescriptionMcpAuthHandler.handle(McpAuthRequest request, McpAuthInvocation invocation) Handles an MCP OAuth request.