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