Class SessionGitHubAuthApi
java.lang.Object
com.github.copilot.generated.rpc.SessionGitHubAuthApi
API methods for the
gitHubAuth namespace.- Since:
- 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionIdentifies the target session.New auth credentials to install on the session.
-
Method Details
-
getStatus
Identifies the target session.- Since:
- 1.0.0
-
setCredentials
@CopilotExperimental public CompletableFuture<SessionGitHubAuthSetCredentialsResult> setCredentials(SessionGitHubAuthSetCredentialsParams params) New auth credentials to install on the session. Omit to leave credentials unchanged.Note: the
sessionIdfield in the params record is overridden by the session-scoped wrapper; any value provided is ignored.- Since:
- 1.0.0
-