getLockoutSettings method

ResponseFuture<GetLockoutSettingsResponse> getLockoutSettings(
  1. GetLockoutSettingsRequest request, {
  2. CallOptions? options,
})

Get the lockout 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.GetLockoutSettingsResponse> getLockoutSettings(
  $0.GetLockoutSettingsRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$getLockoutSettings, request, options: options);
}