kameloso IRC bot
Dlang.org
GoogleTokenResponse
kameloso
plugins
twitch
providers
google
JSON schema for the Google token response.
version(TwitchSupport && WithTwitchPlugin)
struct
GoogleTokenResponse {
string
access_token
;
uint
expires_in
;
string
refresh_token
;
string
token_type
;
@
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
google
functions
addVideoToYouTubePlaylist
getGoogleTokens
refreshGoogleToken
requestGoogleKeys
validateGoogleToken
structs
GoogleErrorResponse
GooglePlainErrorResponse
GoogleTokenResponse
JSON schema for the Google token response.