Sha256: 353079c8f2192f1735759dbc13f9bc314bc69756db76020e08d659ed76ac5d8c

Contents?: true

Size: 336 Bytes

Versions: 5

Compression:

Stored size: 336 Bytes

Contents

module Strava
  module Api
    module Endpoints
      module OAuth
        #
        # Revoke access to an athlete's data.
        #
        def deauthorize(options = {})
          Strava::Models::Authorization.new(post('deauthorize', { endpoint: Strava::OAuth.config.endpoint }.merge(options)))
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
strava-ruby-client-0.4.2 lib/strava/api/endpoints/oauth.rb
strava-ruby-client-0.4.1 lib/strava/api/endpoints/oauth.rb
strava-ruby-client-0.4.0 lib/strava/api/endpoints/oauth.rb
strava-ruby-client-0.3.2 lib/strava/api/endpoints/oauth.rb
strava-ruby-client-0.3.1 lib/strava/api/endpoints/oauth.rb