updateCustomLockoutPolicy_Pre method

Future<UpdateCustomLockoutPolicyResponse> updateCustomLockoutPolicy_Pre(
  1. ServiceCall $call,
  2. Future<UpdateCustomLockoutPolicyRequest> $request
)

Implementation

$async.Future<$0.UpdateCustomLockoutPolicyResponse>
    updateCustomLockoutPolicy_Pre($grpc.ServiceCall $call,
        $async.Future<$0.UpdateCustomLockoutPolicyRequest> $request) async {
  return updateCustomLockoutPolicy($call, await $request);
}