TokenInfo

constructor(accessToken: String, expirationDate: Instant, isSslRequired: Boolean)

Creates an instance of token info from given parameters.

Since

200.1.0

Parameters

accessToken

The access token string.

expirationDate

The token expiration date.

isSslRequired

True if the token must be passed over HTTPS, false otherwise.