$Version
$Version : string
oauth版本
$Version : string
oauth版本
$AppKey : string
申请应用时分配的app_key
$AppSecret : string
申请应用时分配的 app_secret
$ResponseType : string
授权类型 response_type 目前只能为code
$GrantType : string
grant_type 目前只能为 authorization_code
$Callback : string
回调页面URL 可以通过配置文件配置
$GetRequestCodeURL : string
获取requestCode的api接口
$GetAccessTokenURL : string
获取access_token的api接口
$ApiBase : string
API根路径
$Token : array
授权后获取到的TOKEN信息
$display : string
默认第三方授权页面样式
$Type : string
调用接口类型