TokenInfo

class TokenInfo

The access token information that can be used by clients in exchange for user credentials. The access token represents the authenticated user for a certain amount of time to access API functionality.

Since

200.1.0

Constructors

Link copied to clipboard
constructor(accessToken: String, expirationDate: Instant, isSslRequired: Boolean)

Creates an instance of token info from given parameters.

Properties

Link copied to clipboard

The access token string.

Link copied to clipboard

The token expiration date.

Link copied to clipboard

A Boolean value that indicates whether the token must be passed over HTTPS.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int