Uses of Enum Class
com.github.copilot.generated.rpc.AuthInfoType
Packages that use AuthInfoType
-
Uses of AuthInfoType in com.github.copilot.generated.rpc
Subclasses with type arguments of type AuthInfoType in com.github.copilot.generated.rpcMethods in com.github.copilot.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.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.