Skip to main content

HUB_YOUTUBE_AUTH_INIT

Initiate OAuth authorization flow for YouTube (requires ProActions-Hub). Opens the auth URL when available unless cfg.omitOpenAuth is true.

At a glance

  • Category YouTube
  • Version: 1.0.12
  • Applications: all
  • Scope: all
  • Default Service: HUB

Config Options

NameDescriptionDefaultRequiredResolvedConstraintsConditional Rules
omitOpenAuthIf true, do not automatically open the authorization URL in a new window; return the URL in the response instead.NonefalsefalseNoneNone
accountOptional account identifier used by the Hub API.NonefalsetrueNoneNone

Outputs

TypeDescriptionOptional
objectResult object returned by the auth/init call (contains authUrl etc.)true

Examples

Init YouTube auth

- step: HUB_YOUTUBE_AUTH_INIT
# omitOpenAuth: true

See Also

General Resources: