buildAuthNodeURL

Constructs an authorisation node URL with the passed scopes.

version(TwitchSupport && WithTwitchPlugin)
private
buildAuthNodeURL
(
const string authNode
,
const string[] scopes
)

Parameters

authNode string

Base authorisation node URL.

scopes string[]

OAuth scope string array.

Return Value

Type: auto

A URL string.