Module: Strava::OAuth
- Defined in:
- lib/strava/oauth/client.rb,
lib/strava/oauth/config.rb
Defined Under Namespace
Modules: Config Classes: Client
Class Method Summary collapse
-
.config ⇒ Module
Returns the current OAuth configuration.
-
.configure {|Config| ... } ⇒ Module
Configure the OAuth client with a block.
Class Method Details
.config ⇒ Module
Returns the current OAuth configuration.
69 70 71 |
# File 'lib/strava/oauth/config.rb', line 69 def config Config end |