OnlineServicesTokenParameters

@Since(version = 1)
@JsonClass(generateAdapter = true)
data class OnlineServicesTokenParameters(val authenticationToken: String)

Data class holding Online Services authentication token in Json Web Token format (JWT).

Constructors

Link copied to clipboard
constructor(authenticationToken: String)

Properties

Link copied to clipboard

Token in JWT format. This parameter is critical for the navigation application startup. This parameter is dynamic, and changes during the lifetime of the application, depending on the expiry timeout of the token.