java.lang.Object
com.github.copilot.generated.rpc.SessionAuthApi
API methods for the
auth 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
public CompletableFuture<SessionAuthSetCredentialsResult> setCredentials(SessionAuthSetCredentialsParams 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
-