Package com.soulfiremc.server.grpc
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 TypeMethodDescriptionvoid
loginCredentials
(CredentialsAuthRequest request, io.grpc.stub.StreamObserver<CredentialsAuthResponse> casted) void
loginDeviceCode
(DeviceCodeAuthRequest request, io.grpc.stub.StreamObserver<DeviceCodeAuthResponse> responseObserver) void
refresh
(RefreshRequest request, io.grpc.stub.StreamObserver<RefreshResponse> responseObserver) Methods inherited from class com.soulfiremc.grpc.generated.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)
-