Entry

class Entry(val identifier: String, val token: Token?, val tags: Map<String, String>)

Represents the data to store in LegacyTokenStorage.

Constructors

Link copied to clipboard
constructor(identifier: String, token: Token?, tags: Map<String, String>)

Properties

Link copied to clipboard

The unique identifier for this LegacyTokenStorage entry.

Link copied to clipboard

The tags associated with the LegacyTokenStorage entry.

Link copied to clipboard
val token: Token?

The Token associated with the LegacyTokenStorage entry.

Functions

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