Class YouTubeService.ScopeConstants
Available OAuth 2.0 scope constants for use with the YouTube Data API v3.
Inheritance
System.Object
YouTubeService.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.YouTube.v3
Assembly: Google.Apis.YouTube.v3.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 |
YoutubeChannelMembershipsCreator
See a list of your current active channel members, their current level, and when they became a member
Declaration
public const string YoutubeChannelMembershipsCreator = "https://www.googleapis.com/auth/youtube.channel-memberships.creator"
Field Value
Type | Description |
---|---|
System.String |
YoutubeForceSsl
See, edit, and permanently delete your YouTube videos, ratings, comments and captions
Declaration
public const string YoutubeForceSsl = "https://www.googleapis.com/auth/youtube.force-ssl"
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 |
YoutubepartnerChannelAudit
View private information of your YouTube channel relevant during the audit process with a YouTube partner
Declaration
public const string YoutubepartnerChannelAudit = "https://www.googleapis.com/auth/youtubepartner-channel-audit"
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 |
YoutubeUpload
Manage your YouTube videos
Declaration
public const string YoutubeUpload = "https://www.googleapis.com/auth/youtube.upload"
Field Value
Type | Description |
---|---|
System.String |