getGeneralSettings method
ResponseFuture<GetGeneralSettingsResponse>
getGeneralSettings(
- GetGeneralSettingsRequest request, {
- CallOptions? options,
Get basic information over the instance
Deprecated: please move to the corresponding endpoint under settings service v2. This endpoint will be removed with the next major version of ZITADEL.
Implementation
$grpc.ResponseFuture<$0.GetGeneralSettingsResponse> getGeneralSettings(
$0.GetGeneralSettingsRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$getGeneralSettings, request, options: options);
}