Class: Strava::Models::Authorization
- Inherits:
-
Response
- Object
- Hashie::Trash
- Strava::Model
- Response
- Strava::Models::Authorization
- Defined in:
- lib/strava/models/authorization.rb
Overview
Represents an authorization deauthorization response.
This model is returned when revoking access to an athlete's data. It contains the access token that was revoked.
Instance Method Summary collapse
-
#access_token ⇒ String
The access token that was revoked.
Instance Method Details
#access_token ⇒ String
Returns The access token that was revoked.
19 |
# File 'lib/strava/models/authorization.rb', line 19 property 'access_token' |