OAuth::AccessToken

class OAuth::AccessToken

Defined in:

oauth/access_token.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_response(response : String) : selfSource

def self.new(token : String, secret : String, extra : Hash(String, String)? = nil)Source

def self.new(pull : JSON::PullParser)Source

Instance Method Detail

def authenticate(client, consumer_key, consumer_secret, extra_params = nil)Source

def extraSource

def secret : StringSource

def to_json(json : JSON::Builder)Source

def token : StringSource

© 2012–2017 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/0.22.0/OAuth/AccessToken.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部