Class: OAuth2::Client
- Inherits:
-
Object
- Object
- OAuth2::Client
- Defined in:
- lib/oauth2/app_client.rb
Instance Method Summary collapse
-
#application ⇒ Object
Make the strategy available to the client.
Instance Method Details
#application ⇒ Object
Make the strategy available to the client
6 7 8 |
# File 'lib/oauth2/app_client.rb', line 6 def application @application ||= OAuth2::Strategy::Application.new(self) end |