Uses of Record Class
com.github.copilot.rpc.McpAuthToken
Packages that use McpAuthToken
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of McpAuthToken in com.github.copilot.rpc
Methods in com.github.copilot.rpc that return McpAuthTokenModifier and TypeMethodDescriptionMcpAuthResult.token()Returns the value of thetokenrecord component.Methods in com.github.copilot.rpc with parameters of type McpAuthTokenModifier and TypeMethodDescriptionstatic McpAuthResultMcpAuthResult.token(McpAuthToken token) Creates a token result.Constructors in com.github.copilot.rpc with parameters of type McpAuthTokenModifierConstructorDescriptionMcpAuthResult(boolean isCancelled, McpAuthToken token) Creates an instance of aMcpAuthResultrecord class.