kameloso IRC bot
Dlang.org
SpotifyTokenResponse
kameloso
plugins
twitch
providers
spotify
JSON schema for the Spotify token response.
version(TwitchSupport && WithTwitchPlugin)
struct
SpotifyTokenResponse {
string
access_token
;
string
token_type
;
uint
expires_in
;
@
serdeOptional
string
refresh_token
;
@
serdeKeys
("scope")
string
scope_
;
}
Members
Variables
access_token
string
access_token
;
expires_in
uint
expires_in
;
refresh_token
string
refresh_token
;
scope_
string
scope_
;
token_type
string
token_type
;
kameloso
plugins
twitch
providers
spotify
functions
addTrackToSpotifyPlaylist
getSpotifyBase64Authorization
getSpotifyTokens
getSpotifyTrackByID
refreshSpotifyToken
requestSpotifyKeys
validateSpotifyToken
structs
SpotifyErrorResponse
SpotifyTokenResponse
JSON schema for the Spotify token response.