GetOnlineEndpointTokenResult

data class GetOnlineEndpointTokenResult(val accessToken: String? = null, val expiryTimeUtc: Double? = null, val refreshAfterTimeUtc: Double? = null, val tokenType: String? = null)

Service Token

Constructors

Link copied to clipboard
constructor(accessToken: String? = null, expiryTimeUtc: Double? = null, refreshAfterTimeUtc: Double? = null, tokenType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessToken: String? = null

Access token for endpoint authentication.

Link copied to clipboard
val expiryTimeUtc: Double? = null

Access token expiry time (UTC).

Link copied to clipboard

Refresh access token after time (UTC).

Link copied to clipboard
val tokenType: String? = null

Access token type.