Uses of Enum Class
com.github.copilot.sdk.generated.rpc.AuthInfoType
Packages that use AuthInfoType
-
Uses of AuthInfoType in com.github.copilot.sdk.generated.rpc
Methods in com.github.copilot.sdk.generated.rpc that return AuthInfoTypeModifier and TypeMethodDescriptionSessionAuthGetStatusResult.authType()Returns the value of theauthTyperecord component.static AuthInfoTypestatic AuthInfoTypeReturns the enum constant of this class with the specified name.static AuthInfoType[]AuthInfoType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.sdk.generated.rpc with parameters of type AuthInfoTypeModifierConstructorDescriptionSessionAuthGetStatusResult(Boolean isAuthenticated, AuthInfoType authType, String host, String login, String statusMessage, String copilotPlan) Creates an instance of aSessionAuthGetStatusResultrecord class.