Class MCAuthServiceImpl
java.lang.Object
com.soulfiremc.grpc.generated.MCAuthServiceGrpc.MCAuthServiceImplBase
com.soulfiremc.server.grpc.MCAuthServiceImpl
- All Implemented Interfaces:
MCAuthServiceGrpc.AsyncService, io.grpc.BindableService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidloginCredentials(CredentialsAuthRequest request, io.grpc.stub.StreamObserver<CredentialsAuthResponse> casted) voidloginDeviceCode(DeviceCodeAuthRequest request, io.grpc.stub.StreamObserver<DeviceCodeAuthResponse> responseObserver) voidrefresh(RefreshRequest request, io.grpc.stub.StreamObserver<RefreshResponse> responseObserver) Methods inherited from class MCAuthServiceGrpc.MCAuthServiceImplBase
bindService
-
Constructor Details
-
MCAuthServiceImpl
-
-
Method Details
-
loginCredentials
public void loginCredentials(CredentialsAuthRequest request, io.grpc.stub.StreamObserver<CredentialsAuthResponse> casted) -
loginDeviceCode
public void loginDeviceCode(DeviceCodeAuthRequest request, io.grpc.stub.StreamObserver<DeviceCodeAuthResponse> responseObserver) -
refresh
public void refresh(RefreshRequest request, io.grpc.stub.StreamObserver<RefreshResponse> responseObserver)
-