Uses of Class
org.pac4j.oauth.client.QQClient.QQScope
-
Packages that use QQClient.QQScope Package Description org.pac4j.oauth.client -
-
Uses of QQClient.QQScope in org.pac4j.oauth.client
Fields in org.pac4j.oauth.client with type parameters of type QQClient.QQScope Modifier and Type Field Description protected List<QQClient.QQScope>QQClient. scopesMethods in org.pac4j.oauth.client that return QQClient.QQScope Modifier and Type Method Description static QQClient.QQScopeQQClient.QQScope. valueOf(String name)Returns the enum constant of this type with the specified name.static QQClient.QQScope[]QQClient.QQScope. 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 QQClient.QQScope Modifier and Type Method Description List<QQClient.QQScope>QQClient. getScopes()Methods in org.pac4j.oauth.client with parameters of type QQClient.QQScope Modifier and Type Method Description voidQQClient. addScope(QQClient.QQScope scopes)Method parameters in org.pac4j.oauth.client with type arguments of type QQClient.QQScope Modifier and Type Method Description voidQQClient. setScopes(List<QQClient.QQScope> scopes)
-