getSecuritySettings method
ResponseFuture<GetSecuritySettingsResponse>
getSecuritySettings(
- GetSecuritySettingsRequest request, {
- CallOptions? options,
Get the security 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.GetSecuritySettingsResponse> getSecuritySettings(
$0.GetSecuritySettingsRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$getSecuritySettings, request, options: options);
}