Uses of Enum Class
org.pac4j.oauth.client.QQClient.QQScope
Packages that use QQClient.QQScope
-
Uses of QQClient.QQScope in org.pac4j.oauth.client
Fields in org.pac4j.oauth.client with type parameters of type QQClient.QQScopeMethods in org.pac4j.oauth.client that return QQClient.QQScopeModifier and TypeMethodDescriptionstatic QQClient.QQScopeReturns the enum constant of this class with the specified name.static QQClient.QQScope[]QQClient.QQScope.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 QQClient.QQScopeMethods in org.pac4j.oauth.client with parameters of type QQClient.QQScopeMethod parameters in org.pac4j.oauth.client with type arguments of type QQClient.QQScopeModifier and TypeMethodDescriptionvoidQQClient.setScopes(List<QQClient.QQScope> scopes) Setter for the fieldscopes.