java.lang.Object |
↳ |
com.google.android.gms.common.Scopes |
Class Overview
OAuth 2.0 scopes for use with Google Play services.
See the specific client methods for details on which scopes are required.
Summary
Constants |
String |
PLUS_PROFILE |
OAuth 2.0 scope for accessing the user's Google+ profile data. |
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Constants
public
static
final
String
PLUS_PROFILE
OAuth 2.0 scope for accessing the user's Google+ profile data.
Constant Value:
"https://www.googleapis.com/auth/plus.me"