addCustomPasswordAgePolicy_Pre method

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

Implementation

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