class OAuth::AccessToken inherits Reference ¶ Class methods¶ .from_response(response : String) : self ¶ View source .new(token : String, secret : String, extra : Hash(String, String)? = nil) ¶ View source .new(pull : JSON::PullParser) ¶ View source Methods¶ #authenticate(client, consumer_key, consumer_secret, extra_params = nil) ¶ View source #extra ¶ View source #secret : String ¶ View source #to_json(json : JSON::Builder) ¶ View source #token : String ¶ View source