Uses of Record Class
com.github.copilot.generated.McpOauthWWWAuthenticateParams
Packages that use McpOauthWWWAuthenticateParams
Package
Description
Auto-generated session event types for the GitHub Copilot SDK.
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of McpOauthWWWAuthenticateParams in com.github.copilot.generated
Methods in com.github.copilot.generated that return McpOauthWWWAuthenticateParamsModifier and TypeMethodDescriptionMcpOauthRequiredEvent.McpOauthRequiredEventData.wwwAuthenticateParams()Returns the value of thewwwAuthenticateParamsrecord component.Constructors in com.github.copilot.generated with parameters of type McpOauthWWWAuthenticateParamsModifierConstructorDescriptionMcpOauthRequiredEventData(String requestId, String serverName, String serverUrl, McpOauthRequiredStaticClientConfig staticClientConfig, McpOauthWWWAuthenticateParams wwwAuthenticateParams, String resourceMetadata, McpOauthRequestReason reason) Creates an instance of aMcpOauthRequiredEventDatarecord class. -
Uses of McpOauthWWWAuthenticateParams in com.github.copilot.rpc
Methods in com.github.copilot.rpc that return McpOauthWWWAuthenticateParamsModifier and TypeMethodDescriptionMcpAuthRequest.wwwAuthenticateParams()Returns the value of thewwwAuthenticateParamsrecord component.Constructors in com.github.copilot.rpc with parameters of type McpOauthWWWAuthenticateParamsModifierConstructorDescriptionMcpAuthRequest(String requestId, String serverName, String serverUrl, McpOauthRequestReason reason, McpOauthWWWAuthenticateParams wwwAuthenticateParams, String resourceMetadata, McpOauthRequiredStaticClientConfig staticClientConfig) Creates an instance of aMcpAuthRequestrecord class.