Method: OAuth2::Client#auth_code

Defined in:
lib/oauth2/client.rb

#auth_codeObject

The Authorization Code strategy


139
140
141
# File 'lib/oauth2/client.rb', line 139

def auth_code
  @auth_code ||= OAuth2::Strategy::AuthCode.new(self)
end