Package com.soulfiremc.grpc.generated
Interface MCAuthServiceGrpc.AsyncService
- All Known Implementing Classes:
MCAuthServiceGrpc.MCAuthServiceImplBase
,MCAuthServiceImpl
- Enclosing class:
MCAuthServiceGrpc
public static interface MCAuthServiceGrpc.AsyncService
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
loginCredentials
(CredentialsAuthRequest request, io.grpc.stub.StreamObserver<CredentialsAuthResponse> responseObserver) default void
loginDeviceCode
(DeviceCodeAuthRequest request, io.grpc.stub.StreamObserver<DeviceCodeAuthResponse> responseObserver) default void
refresh
(RefreshRequest request, io.grpc.stub.StreamObserver<RefreshResponse> responseObserver)
-
Method Details
-
loginCredentials
default void loginCredentials(CredentialsAuthRequest request, io.grpc.stub.StreamObserver<CredentialsAuthResponse> responseObserver) -
loginDeviceCode
default void loginDeviceCode(DeviceCodeAuthRequest request, io.grpc.stub.StreamObserver<DeviceCodeAuthResponse> responseObserver) -
refresh
default void refresh(RefreshRequest request, io.grpc.stub.StreamObserver<RefreshResponse> responseObserver)
-