Uses of Class
com.belerweb.social.qq.connect.bean.Scope

Packages that use Scope
com.belerweb.social.qq.connect.api   
com.belerweb.social.qq.connect.bean   
 

Uses of Scope in com.belerweb.social.qq.connect.api
 

Methods in com.belerweb.social.qq.connect.api with parameters of type Scope
 String OAuth2.authorize(String clientId, String redirectUri, String responseType, String state, Scope[] scope, Display display, Gut gut, Boolean wap)
          获取Authorization Code 文档地址:http://wiki.connect.qq.com/使用authorization_code获取access_token
 

Uses of Scope in com.belerweb.social.qq.connect.bean
 

Fields in com.belerweb.social.qq.connect.bean declared as Scope
static Scope[] Scope.ALL
           
 

Methods in com.belerweb.social.qq.connect.bean that return Scope
static Scope Scope.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Scope[] Scope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2014. All Rights Reserved.