getLegalAndSupportSettings method
ResponseFuture<GetLegalAndSupportSettingsResponse>
getLegalAndSupportSettings(
- GetLegalAndSupportSettingsRequest request, {
- CallOptions? options,
Get the legal and support settings
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.GetLegalAndSupportSettingsResponse>
getLegalAndSupportSettings(
$0.GetLegalAndSupportSettingsRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$getLegalAndSupportSettings, request,
options: options);
}