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> -
Method Summary
Modifier and TypeMethodDescriptionprotected MCAuthServiceGrpc.MCAuthServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) voidloginCredentials(CredentialsAuthRequest request, io.grpc.stub.StreamObserver<CredentialsAuthResponse> responseObserver) voidloginDeviceCode(DeviceCodeAuthRequest request, io.grpc.stub.StreamObserver<DeviceCodeAuthResponse> responseObserver) voidrefresh(RefreshRequest request, io.grpc.stub.StreamObserver<RefreshResponse> responseObserver) Methods inherited from class io.grpc.stub.AbstractAsyncStub
newStub, newStubMethods 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:
buildin 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)
-