Uses of Enum Class
com.github.copilot.generated.rpc.McpOauthLoginGrantType
Packages that use McpOauthLoginGrantType
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of McpOauthLoginGrantType in com.github.copilot.generated.rpc
Subclasses with type arguments of type McpOauthLoginGrantType in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumOAuth grant type override for this login.Methods in com.github.copilot.generated.rpc that return McpOauthLoginGrantTypeModifier and TypeMethodDescriptionstatic McpOauthLoginGrantTypeSessionMcpOauthLoginParams.grantType()Returns the value of thegrantTyperecord component.static McpOauthLoginGrantTypeReturns the enum constant of this class with the specified name.static McpOauthLoginGrantType[]McpOauthLoginGrantType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated.rpc with parameters of type McpOauthLoginGrantTypeModifierConstructorDescriptionSessionMcpOauthLoginParams(String sessionId, String serverName, Boolean forceReauth, String clientName, String callbackSuccessMessage, String clientId, String clientSecret, Boolean publicClient, McpOauthLoginGrantType grantType) Creates an instance of aSessionMcpOauthLoginParamsrecord class.