getLockoutSettings method
ResponseFuture<GetLockoutSettingsResponse>
getLockoutSettings(
- GetLockoutSettingsRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.GetLockoutSettingsResponse> getLockoutSettings($0.GetLockoutSettingsRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$getLockoutSettings, request, options: options);
}