# frozen_string_literal: true module Strava module Models class Authorization < Model property 'access_token' end end end