updatePasswordAgePolicy_Pre method

Future<UpdatePasswordAgePolicyResponse> updatePasswordAgePolicy_Pre(
  1. ServiceCall call,
  2. Future<UpdatePasswordAgePolicyRequest> request
)

Implementation

$async.Future<$2.UpdatePasswordAgePolicyResponse> updatePasswordAgePolicy_Pre(
    $grpc.ServiceCall call,
    $async.Future<$2.UpdatePasswordAgePolicyRequest> request) async {
  return updatePasswordAgePolicy(call, await request);
}