Uses of Class
com.belerweb.social.weixin.bean.Scope

Packages that use Scope
com.belerweb.social.weixin.api   
com.belerweb.social.weixin.bean   
 

Uses of Scope in com.belerweb.social.weixin.api
 

Methods in com.belerweb.social.weixin.api with parameters of type Scope
 String OAuth2.authorize(String appId, String redirectUri, String responseType, Scope scope, String state, Boolean wechatRedirect)
          获取Authorization Code 文档地址:http://mp.weixin.qq.com/wiki/index.php?title=网页授权获取用户基本信息
 

Uses of Scope in com.belerweb.social.weixin.bean
 

Methods in com.belerweb.social.weixin.bean that return Scope
 Scope AccessToken.getScope()
          用户授权的作用域,使用逗号(,)分隔
static Scope Scope.parse(Object val)
           
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.
 

Methods in com.belerweb.social.weixin.bean with parameters of type Scope
 void AccessToken.setScope(Scope scope)
           
 



Copyright © 2014. All Rights Reserved.