public final class

Scope

extends Object
java.lang.Object
   ↳ com.google.android.gms.common.api.Scope

Class Overview

Describes an OAuth 2.0 scope to request. This has security implications for the user, and requesting additional scopes will result in authorization dialogs.

Summary

Public Constructors
Scope(String scopeUri)
Creates a new scope with the given URI.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Scope (String scopeUri)

Creates a new scope with the given URI.