Package com.soulfiremc.grpc.generated
Class MCAuthServiceGrpc.MCAuthServiceImplBase
java.lang.Object
com.soulfiremc.grpc.generated.MCAuthServiceGrpc.MCAuthServiceImplBase
- All Implemented Interfaces:
MCAuthServiceGrpc.AsyncService
,io.grpc.BindableService
- Direct Known Subclasses:
MCAuthServiceImpl
- Enclosing class:
MCAuthServiceGrpc
public abstract static class MCAuthServiceGrpc.MCAuthServiceImplBase
extends Object
implements io.grpc.BindableService, MCAuthServiceGrpc.AsyncService
Base class for the server implementation of the service MCAuthService.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.soulfiremc.grpc.generated.MCAuthServiceGrpc.AsyncService
loginCredentials, loginDeviceCode, refresh
-
Constructor Details
-
MCAuthServiceImplBase
public MCAuthServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-