Uses of Class
org.pac4j.oauth.client.Google2Client.Google2Scope
-
Packages that use Google2Client.Google2Scope Package Description org.pac4j.oauth.client -
-
Uses of Google2Client.Google2Scope in org.pac4j.oauth.client
Fields in org.pac4j.oauth.client declared as Google2Client.Google2Scope Modifier and Type Field Description protected Google2Client.Google2ScopeGoogle2Client. scopeMethods in org.pac4j.oauth.client that return Google2Client.Google2Scope Modifier and Type Method Description Google2Client.Google2ScopeGoogle2Client. getScope()static Google2Client.Google2ScopeGoogle2Client.Google2Scope. valueOf(String name)Returns the enum constant of this type with the specified name.static Google2Client.Google2Scope[]Google2Client.Google2Scope. 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 Google2Client.Google2Scope Modifier and Type Method Description voidGoogle2Client. setScope(Google2Client.Google2Scope scope)
-