YoutubeScopes Enumeration

Specifies the OAuthv2 scopes for use with the YouTube API.

Definition

Namespace: DevCase.ThirdParty.Google.Youtube
Assembly: DevCase.net48.ThirdParty.GoogleServices (in DevCase.net48.ThirdParty.GoogleServices.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum YoutubeScopes

Members

Youtube 2 Refers to the https://www.googleapis.com/auth/youtube scope.

Manage your YouTube account. This scope is functionally identical to the ForceSSL because the YouTube API server is only available via an HTTPS endpoint.

As a result, even though this scope does not require an SSL connection, there is actually no other way to make an API request.

ReadOnly 4 Refers to the https://www.googleapis.com/auth/youtube.readonly scope.

View your YouTube account.

ForceSSL 8 Refers to the https://www.googleapis.com/auth/youtube.force-ssl scope.

Manage your YouTube account.

This scope requires communication with the API server to happen over an SSL connection.

Partner 16 Refers to the https://www.googleapis.com/auth/youtubepartner scope.

View and manage your assets and associated content on Youtube.

PartnerChannelAudit 32 Refers to the https://www.googleapis.com/auth/youtubepartner-channel-audit scope.

View private information of your YouTube channel relevant during the audit process with a YouTube partner.

Upload 64 Refers to the https://www.googleapis.com/auth/youtube.upload scope.

Upload YouTube videos and manage your YouTube videos.

See Also