Show / Hide Table of Contents

Class YouTubeAnalyticsService.ScopeConstants

Available OAuth 2.0 scope constants for use with the YouTube Analytics API.

Inheritance
System.Object
YouTubeAnalyticsService.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.YouTubeAnalytics.v2
Assembly: Google.Apis.YouTubeAnalytics.v2.dll
Syntax
public static class ScopeConstants

Fields

Youtube

Manage your YouTube account

Declaration
public const string Youtube = "https://www.googleapis.com/auth/youtube"
Field Value
Type Description
System.String

Youtubepartner

View and manage your assets and associated content on YouTube

Declaration
public const string Youtubepartner = "https://www.googleapis.com/auth/youtubepartner"
Field Value
Type Description
System.String

YoutubeReadonly

View your YouTube account

Declaration
public const string YoutubeReadonly = "https://www.googleapis.com/auth/youtube.readonly"
Field Value
Type Description
System.String

YtAnalyticsMonetaryReadonly

View monetary and non-monetary YouTube Analytics reports for your YouTube content

Declaration
public const string YtAnalyticsMonetaryReadonly = "https://www.googleapis.com/auth/yt-analytics-monetary.readonly"
Field Value
Type Description
System.String

YtAnalyticsReadonly

View YouTube Analytics reports for your YouTube content

Declaration
public const string YtAnalyticsReadonly = "https://www.googleapis.com/auth/yt-analytics.readonly"
Field Value
Type Description
System.String
Back to top