Class: OAuth2::Client
- Inherits:
-
Object
- Object
- OAuth2::Client
- Defined in:
- lib/oauth2/strategy/token_exchange.rb
Overview
Add strategy to OAuth2::Client
Instance Method Summary collapse
Instance Method Details
#token_exchange ⇒ Object
36 37 38 |
# File 'lib/oauth2/strategy/token_exchange.rb', line 36 def token_exchange @token_exchange ||= OAuth2::Strategy::TokenExchange.new(self) end |