class OAuth2::Client

Add strategy to OAuth2::Client

Public Instance Methods

token_exchange() click to toggle source
# File lib/oauth2/strategy/token_exchange.rb, line 36
def token_exchange
  @token_exchange ||= OAuth2::Strategy::TokenExchange.new(self)
end