Class: OAuth2::Client

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

Instance Method Summary collapse

Instance Method Details

#applicationObject

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