Skip to content

TransistorToken

data classTransistorToken

Authorization token issued by a Transistor Software tracking server.

Returned from TransistorAuthorizationService.findOrCreate and used to configure the SDK's HTTP and authorization settings for the demo tracker.


Members

accessToken

val accessToken: String

JWT access token sent as Authorization: Bearer <token> on each upload.

expires

val expires: Long

Expiry time of the access token (epoch milliseconds). Typically used to populate AuthorizationConfig.expires.

refreshToken

val refreshToken: String

JWT refresh token presented to the AuthorizationConfig.refreshUrl endpoint when the access token expires.

url

val url: String

Base URL of the tracker server that issued this token.