setSecuritySettings method

ResponseFuture<SetSecuritySettingsResponse> setSecuritySettings(
  1. SetSecuritySettingsRequest request, {
  2. CallOptions? options,
})

Set 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.SetSecuritySettingsResponse> setSecuritySettings(
  $0.SetSecuritySettingsRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$setSecuritySettings, request, options: options);
}