#include <you_tube_service.h>
|
static const char | YOUTUBE [] = {"https://www.googleapis.com/auth/youtube"} |
|
static const char | YOUTUBE_FORCE_SSL [] = {"https://www.googleapis.com/auth/youtube.force-ssl"} |
|
static const char | YOUTUBE_READONLY [] = {"https://www.googleapis.com/auth/youtube.readonly"} |
|
static const char | YOUTUBE_UPLOAD [] = {"https://www.googleapis.com/auth/youtube.upload"} |
|
static const char | YOUTUBEPARTNER [] = {"https://www.googleapis.com/auth/youtubepartner"} |
|
static const char | YOUTUBEPARTNER_CHANNEL_AUDIT [] = {"https://www.googleapis.com/auth/youtubepartner-channel-audit"} |
|
Declares the OAuth2.0 scopes used within YouTube Data API
These scopes shoudl be used when asking for credentials to invoke methods in the YouTubeService.
◆ YOUTUBE
const char google_youtube_api::YouTubeService::SCOPES::YOUTUBE = {"https://www.googleapis.com/auth/youtube"} |
|
static |
Manage your YouTube account.
◆ YOUTUBE_FORCE_SSL
const char google_youtube_api::YouTubeService::SCOPES::YOUTUBE_FORCE_SSL = {"https://www.googleapis.com/auth/youtube.force-ssl"} |
|
static |
See, edit, and permanently delete your YouTube videos, ratings, comments and captions.
◆ YOUTUBE_READONLY
const char google_youtube_api::YouTubeService::SCOPES::YOUTUBE_READONLY = {"https://www.googleapis.com/auth/youtube.readonly"} |
|
static |
View your YouTube account.
◆ YOUTUBE_UPLOAD
const char google_youtube_api::YouTubeService::SCOPES::YOUTUBE_UPLOAD = {"https://www.googleapis.com/auth/youtube.upload"} |
|
static |
Manage your YouTube videos.
◆ YOUTUBEPARTNER
const char google_youtube_api::YouTubeService::SCOPES::YOUTUBEPARTNER = {"https://www.googleapis.com/auth/youtubepartner"} |
|
static |
View and manage your assets and associated content on YouTube.
◆ YOUTUBEPARTNER_CHANNEL_AUDIT
const char google_youtube_api::YouTubeService::SCOPES::YOUTUBEPARTNER_CHANNEL_AUDIT = {"https://www.googleapis.com/auth/youtubepartner-channel-audit"} |
|
static |
View private information of your YouTube channel relevant during the audit process with a YouTube partner.
The documentation for this class was generated from the following files: