Show / Hide Table of Contents

Class CommentAnalyzerService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Perspective Comment Analyzer API.

Inheritance
System.Object
CommentAnalyzerService.ScopeConstants
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.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CommentAnalyzer.v1alpha1
Assembly: Google.Apis.CommentAnalyzer.v1alpha1.dll
Syntax
public static class ScopeConstants

Fields

UserinfoEmail

View your email address

Declaration
public const string UserinfoEmail = "https://www.googleapis.com/auth/userinfo.email"
Field Value
Type Description
System.String
Back to top