Interface ConfigServiceGrpc.AsyncService
- All Known Implementing Classes:
ConfigServiceGrpc.ConfigServiceImplBase
,ConfigServiceGrpcImpl
- Enclosing class:
- ConfigServiceGrpc
public static interface ConfigServiceGrpc.AsyncService
Provides simple configuration data to users. Unauthenticated users may call GetAuthenticationConstants to discover hints on how they should proceed with providing their identity, while already-authenticated clients may call GetConfigurationConstants for details on using the platform.
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
getAuthenticationConstants
(AuthenticationConstantsRequest request, io.grpc.stub.StreamObserver<AuthenticationConstantsResponse> responseObserver) default void
getConfigurationConstants
(ConfigurationConstantsRequest request, io.grpc.stub.StreamObserver<ConfigurationConstantsResponse> responseObserver)
-
Method Details
-
getAuthenticationConstants
default void getAuthenticationConstants(AuthenticationConstantsRequest request, io.grpc.stub.StreamObserver<AuthenticationConstantsResponse> responseObserver) -
getConfigurationConstants
default void getConfigurationConstants(ConfigurationConstantsRequest request, io.grpc.stub.StreamObserver<ConfigurationConstantsResponse> responseObserver)
-