OAuth2
Certified
Authenticate with YouTube using OAuth2.
OAuth2
Certified
Authenticate with YouTube using OAuth2.
yaml
type: io.kestra.plugin.youtube.OAuth2Examples
yaml
id: youtube_auth
namespace: company.team
tasks:
- id: authenticate
type: io.kestra.plugin.youtube.auth.OAuth2
clientId: "{{ secret('YOUTUBE_CLIENT_ID') }}"
clientSecret: "{{ secret('YOUTUBE_CLIENT_SECRET') }}"
refreshToken: "{{ secret('YOUTUBE_REFRESH_TOKEN') }}"
Properties
clientId *Requiredstring
clientSecret *Requiredstring
refreshToken *Requiredstring
tokenUrl string
Default
https://oauth2.googleapis.com/tokenOutputs
accessToken string
expiresAt string
Format
date-time