Uses of Class
org.pac4j.oauth.client.WeiboClient.WeiboScope
-
Packages that use WeiboClient.WeiboScope Package Description org.pac4j.oauth.client -
-
Uses of WeiboClient.WeiboScope in org.pac4j.oauth.client
Fields in org.pac4j.oauth.client declared as WeiboClient.WeiboScope Modifier and Type Field Description protected WeiboClient.WeiboScopeWeiboClient. scopeMethods in org.pac4j.oauth.client that return WeiboClient.WeiboScope Modifier and Type Method Description WeiboClient.WeiboScopeWeiboClient. getScope()static WeiboClient.WeiboScopeWeiboClient.WeiboScope. valueOf(String name)Returns the enum constant of this type with the specified name.static WeiboClient.WeiboScope[]WeiboClient.WeiboScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pac4j.oauth.client with parameters of type WeiboClient.WeiboScope Modifier and Type Method Description voidWeiboClient. setScope(WeiboClient.WeiboScope scope)
-