authorizationData

abstract val authorizationData: AuthorizationData

The set of data that is used to authenticate with the Alexa service. This is stored as key-value pairs, corresponding to the key and data fields in the Alexa AuthorizationSetAuthorizationData message.

For example, the CBL "refreshToken" is stored as the following key-value pair:

  • key: "refreshToken"

  • value: "{\"refreshToken":\"IwEBIHVPlhSwoYLK_z`6t8UmRGq4keJnt1mqQNMdr4RZFCW3aYtYt2KQdTPT\"}"