Show / Hide Table of Contents

Class AN_Scope

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

Inheritance
System.Object
AN_Scope
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.Android.GMS.Common
Assembly: cs.temp.dll.dll
Syntax
public class AN_Scope

Constructors

AN_Scope(String)

Creates a new scope with the given URI.

Declaration
public AN_Scope(string scopeUri)
Parameters
Type Name Description
System.String scopeUri
In This Article
Back to top Generated by DocFX