kameloso IRC bot
Dlang.org
Credentials.JSONSchema
kameloso
plugins
twitch
Credentials
JSON schema for the credentials file.
struct
Credentials
static
struct
JSONSchema {
string
broadcasterKey
;
string
broadcasterBearerToken
;
long
broadcasterKeyExpiry
;
string
googleClientID
;
string
googleClientSecret
;
string
googleAccessToken
;
string
googleRefreshToken
;
string
youtubePlaylistID
;
string
spotifyClientID
;
string
spotifyClientSecret
;
string
spotifyAccessToken
;
string
spotifyRefreshToken
;
string
spotifyPlaylistID
;
auto
asJSONValue
();
}
Members
Functions
asJSONValue
auto
asJSONValue
()
Returns a
JSONValue
object with the same data as this one.
Variables
broadcasterBearerToken
string
broadcasterBearerToken
;
broadcasterKey
string
broadcasterKey
;
broadcasterKeyExpiry
long
broadcasterKeyExpiry
;
googleAccessToken
string
googleAccessToken
;
googleClientID
string
googleClientID
;
googleClientSecret
string
googleClientSecret
;
googleRefreshToken
string
googleRefreshToken
;
spotifyAccessToken
string
spotifyAccessToken
;
spotifyClientID
string
spotifyClientID
;
spotifyClientSecret
string
spotifyClientSecret
;
spotifyPlaylistID
string
spotifyPlaylistID
;
spotifyRefreshToken
string
spotifyRefreshToken
;
youtubePlaylistID
string
youtubePlaylistID
;
kameloso
plugins
twitch
Credentials
constructors
this
functions
asSchema
structs
JSONSchema
variables
broadcasterBearerToken
broadcasterKey
broadcasterKeyExpiry
googleAccessToken
googleClientID
googleClientSecret
googleRefreshToken
spotifyAccessToken
spotifyClientID
spotifyClientSecret
spotifyPlaylistID
spotifyRefreshToken
youtubePlaylistID
JSON schema for the credentials file.