class OAuth::AccessToken
Superclass hierarchy
Object
Reference
OAuth::AccessToken
Defined in:
Class Method Summary
.from_response
(response)
.new
(pull : JSON::PullParser)
.new
(token, secret, extra = nil)
Instance Method Summary
#extra
#secret
#to_json
(io : IO)
#token
Class Method Detail
def self.
from_response
(response)
def self.
new
(pull :
JSON::PullParser
)
def self.
new
(token, secret, extra =
nil
)
Instance Method Detail
def
extra
def
secret
def
to_json
(io :
IO
)
def
token