addCustomPasswordComplexityPolicy_Pre method

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

Implementation

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