addCustomPasswordAgePolicy_Pre method
Future<AddCustomPasswordAgePolicyResponse>
addCustomPasswordAgePolicy_Pre(
- ServiceCall call,
- Future<
AddCustomPasswordAgePolicyRequest> request
Implementation
$async.Future<$0.AddCustomPasswordAgePolicyResponse> addCustomPasswordAgePolicy_Pre($grpc.ServiceCall call, $async.Future<$0.AddCustomPasswordAgePolicyRequest> request) async {
return addCustomPasswordAgePolicy(call, await request);
}