Class: OAuth2::Client

Inherits:
Object
  • Object
show all
Defined in:
lib/oauth2/strategy/token_exchange.rb

Overview

Add strategy to OAuth2::Client

Instance Method Summary collapse

Instance Method Details

#token_exchangeObject



36
37
38
# File 'lib/oauth2/strategy/token_exchange.rb', line 36

def token_exchange
  @token_exchange ||= OAuth2::Strategy::TokenExchange.new(self)
end