public final class

Scopes

extends Object
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

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"