Uses of Enum Class
com.github.copilot.generated.McpOauthRequestReason
Packages that use McpOauthRequestReason
Package
Description
Auto-generated session event types for the GitHub Copilot SDK.
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of McpOauthRequestReason in com.github.copilot.generated
Subclasses with type arguments of type McpOauthRequestReason in com.github.copilot.generatedModifier and TypeClassDescriptionenumReason the runtime is requesting host-provided MCP OAuth credentialsMethods in com.github.copilot.generated that return McpOauthRequestReasonModifier and TypeMethodDescriptionstatic McpOauthRequestReasonMcpOauthRequiredEvent.McpOauthRequiredEventData.reason()Returns the value of thereasonrecord component.static McpOauthRequestReasonReturns the enum constant of this class with the specified name.static McpOauthRequestReason[]McpOauthRequestReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated with parameters of type McpOauthRequestReasonModifierConstructorDescriptionMcpOauthRequiredEventData(String requestId, String serverName, String serverUrl, McpOauthRequiredStaticClientConfig staticClientConfig, McpOauthWWWAuthenticateParams wwwAuthenticateParams, String resourceMetadata, McpOauthRequestReason reason) Creates an instance of aMcpOauthRequiredEventDatarecord class. -
Uses of McpOauthRequestReason in com.github.copilot.rpc
Methods in com.github.copilot.rpc that return McpOauthRequestReasonModifier and TypeMethodDescriptionMcpAuthRequest.reason()Returns the value of thereasonrecord component.Constructors in com.github.copilot.rpc with parameters of type McpOauthRequestReasonModifierConstructorDescriptionMcpAuthRequest(String requestId, String serverName, String serverUrl, McpOauthRequestReason reason, McpOauthWWWAuthenticateParams wwwAuthenticateParams, String resourceMetadata, McpOauthRequiredStaticClientConfig staticClientConfig) Creates an instance of aMcpAuthRequestrecord class.