class Pickpocket::Authentication::Oauth
Attributes
token_handler[R]
Public Class Methods
new()
click to toggle source
# File lib/pickpocket/authentication/oauth.rb, line 10 def initialize @token_handler = TokenHandler.new end