updateCustomLockoutPolicy_Pre method

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

Implementation

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