Uses of Record Class
com.github.copilot.generated.McpOauthHttpResponse
Packages that use McpOauthHttpResponse
Package
Description
Auto-generated session event types for the GitHub Copilot SDK.
-
Uses of McpOauthHttpResponse in com.github.copilot.generated
Methods in com.github.copilot.generated that return McpOauthHttpResponseModifier and TypeMethodDescriptionMcpOauthRequiredEvent.McpOauthRequiredEventData.httpResponse()Returns the value of thehttpResponserecord component.Constructors in com.github.copilot.generated with parameters of type McpOauthHttpResponseModifierConstructorDescriptionMcpOauthRequiredEventData(String requestId, String serverName, String serverUrl, McpOauthRequiredStaticClientConfig staticClientConfig, McpOauthWWWAuthenticateParams wwwAuthenticateParams, McpOauthHttpResponse httpResponse, String resourceMetadata, McpOauthRequestReason reason) Creates an instance of aMcpOauthRequiredEventDatarecord class.