Interface MCAuthServiceGrpc.AsyncService
- All Known Implementing Classes:
MCAuthServiceGrpc.MCAuthServiceImplBase, MCAuthServiceImpl
- Enclosing class:
MCAuthServiceGrpc
public static interface MCAuthServiceGrpc.AsyncService
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidloginCredentials(CredentialsAuthRequest request, io.grpc.stub.StreamObserver<CredentialsAuthResponse> responseObserver) default voidloginDeviceCode(DeviceCodeAuthRequest request, io.grpc.stub.StreamObserver<DeviceCodeAuthResponse> responseObserver) default voidrefresh(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)
-