Uses of Enum Class
org.pac4j.oauth.client.WechatClient.WechatScope
Packages that use WechatClient.WechatScope
-
Uses of WechatClient.WechatScope in org.pac4j.oauth.client
Fields in org.pac4j.oauth.client with type parameters of type WechatClient.WechatScopeMethods in org.pac4j.oauth.client that return WechatClient.WechatScopeModifier and TypeMethodDescriptionstatic WechatClient.WechatScopeReturns the enum constant of this class with the specified name.static WechatClient.WechatScope[]WechatClient.WechatScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.pac4j.oauth.client that return types with arguments of type WechatClient.WechatScopeMethods in org.pac4j.oauth.client with parameters of type WechatClient.WechatScopeModifier and TypeMethodDescriptionvoidWechatClient.addScope(WechatClient.WechatScope scopes) addScope.Method parameters in org.pac4j.oauth.client with type arguments of type WechatClient.WechatScopeModifier and TypeMethodDescriptionvoidWechatClient.setScopes(List<WechatClient.WechatScope> scopes) Setter for the fieldscopes.