The Authorization Code strategy
See Also:
139 140 141
# File 'lib/oauth2/client.rb', line 139 def auth_code @auth_code ||= OAuth2::Strategy::AuthCode.new(self) end