OBJECT
RadioAccount
Amazon Music user information for a Twitch user using Twitch Radio.
link GraphQL Schema definition
1 type RadioAccount { 2 3 # The Twitch user's ID as known in Amazon Music. 4 : ID! 5 6 # The unique Amazon client device identifier for this user and service. 7 : ID! 8 9 # ISO 3166-1 alpha-2 country code territory of the user in Amazon Music. 10 : String! 11 12 # User token to authenticate with Amazon services 13 : String! 14 15 : Time! 16 17 }