Show / Hide Table of Contents

Class YouTubeService.ScopeConstants

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

Inheritance
object
YouTubeService.ScopeConstants
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.YouTube.v3
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public static class YouTubeService.ScopeConstants

Fields

Youtube

Manage your YouTube account

Declaration
public const string Youtube = "https://www.googleapis.com/auth/youtube"
Field Value
Type Description
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
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
string

YoutubeReadonly

View your YouTube account

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

YoutubeUpload

Manage your YouTube videos

Declaration
public const string YoutubeUpload = "https://www.googleapis.com/auth/youtube.upload"
Field Value
Type Description
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
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
string
In this article
Back to top Generated by DocFX