Uses of Class
org.pac4j.oauth.client.WechatClient.WechatScope
-
Packages that use WechatClient.WechatScope Package Description org.pac4j.oauth.client -
-
Uses of WechatClient.WechatScope in org.pac4j.oauth.client
Fields in org.pac4j.oauth.client with type parameters of type WechatClient.WechatScope Modifier and Type Field Description protected List<WechatClient.WechatScope>WechatClient. scopesMethods in org.pac4j.oauth.client that return WechatClient.WechatScope Modifier and Type Method Description static WechatClient.WechatScopeWechatClient.WechatScope. valueOf(String name)Returns the enum constant of this type with the specified name.static WechatClient.WechatScope[]WechatClient.WechatScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pac4j.oauth.client that return types with arguments of type WechatClient.WechatScope Modifier and Type Method Description List<WechatClient.WechatScope>WechatClient. getScopes()Methods in org.pac4j.oauth.client with parameters of type WechatClient.WechatScope Modifier and Type Method Description voidWechatClient. addScope(WechatClient.WechatScope scopes)Method parameters in org.pac4j.oauth.client with type arguments of type WechatClient.WechatScope Modifier and Type Method Description voidWechatClient. setScopes(List<WechatClient.WechatScope> scopes)
-