addCustomPasswordComplexityPolicy_Pre method

Future<AddCustomPasswordComplexityPolicyResponse> addCustomPasswordComplexityPolicy_Pre(
  1. ServiceCall call,
  2. Future<AddCustomPasswordComplexityPolicyRequest> request
)

Implementation

$async.Future<$1.AddCustomPasswordComplexityPolicyResponse>
    addCustomPasswordComplexityPolicy_Pre(
        $grpc.ServiceCall call,
        $async.Future<$1.AddCustomPasswordComplexityPolicyRequest>
            request) async {
  return addCustomPasswordComplexityPolicy(call, await request);
}