addCustomPasswordAgePolicy_Pre method

Future<AddCustomPasswordAgePolicyResponse> addCustomPasswordAgePolicy_Pre(
  1. ServiceCall call,
  2. Future<AddCustomPasswordAgePolicyRequest> request
)

Implementation

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