Package com.soulfiremc.grpc.generated
Class MCAuthServiceGrpc.MCAuthServiceStub
java.lang.Object
io.grpc.stub.AbstractStub<MCAuthServiceGrpc.MCAuthServiceStub>
io.grpc.stub.AbstractAsyncStub<MCAuthServiceGrpc.MCAuthServiceStub>
com.soulfiremc.grpc.generated.MCAuthServiceGrpc.MCAuthServiceStub
- Enclosing class:
MCAuthServiceGrpc
public static final class MCAuthServiceGrpc.MCAuthServiceStub
extends io.grpc.stub.AbstractAsyncStub<MCAuthServiceGrpc.MCAuthServiceStub>
A stub to allow clients to do asynchronous rpc calls to service MCAuthService.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
-
Method Summary
Modifier and TypeMethodDescriptionprotected MCAuthServiceGrpc.MCAuthServiceStub
build
(io.grpc.Channel channel, io.grpc.CallOptions callOptions) void
loginCredentials
(CredentialsAuthRequest request, io.grpc.stub.StreamObserver<CredentialsAuthResponse> responseObserver) void
loginDeviceCode
(DeviceCodeAuthRequest request, io.grpc.stub.StreamObserver<DeviceCodeAuthResponse> responseObserver) void
refresh
(RefreshRequest request, io.grpc.stub.StreamObserver<RefreshResponse> responseObserver) Methods inherited from class io.grpc.stub.AbstractAsyncStub
newStub, newStub
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected MCAuthServiceGrpc.MCAuthServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<MCAuthServiceGrpc.MCAuthServiceStub>
-
loginCredentials
public void loginCredentials(CredentialsAuthRequest request, io.grpc.stub.StreamObserver<CredentialsAuthResponse> responseObserver) -
loginDeviceCode
public void loginDeviceCode(DeviceCodeAuthRequest request, io.grpc.stub.StreamObserver<DeviceCodeAuthResponse> responseObserver) -
refresh
public void refresh(RefreshRequest request, io.grpc.stub.StreamObserver<RefreshResponse> responseObserver)
-