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_LOGIN OAuth 2.0 scope for accessing the user's name, basic profile info, list of people in the user's circles, and writing app activities to Google.
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_LOGIN

OAuth 2.0 scope for accessing the user's name, basic profile info, list of people in the user's circles, and writing app activities to Google.

When using this scope, your app will have access to:

  • the user's full name, profile picture, Google+ profile ID, age range, and language
  • people the user has circled, represented as a list of public profiles
  • any other publicly available information on the user's Google+ profile
  • write app activities (moments) to Google.

Constant Value: "https://www.googleapis.com/auth/plus.login"

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"