TokenMetadata
data class TokenMetadata(val id: String, val tags: Map<String, String>, val payloadData: ERROR CLASS: Symbol not found for JsonObject??, val json: ERROR CLASS: Symbol not found for Json = Json { ignoreUnknownKeys = true })
Non-sensitive information about a token to be used in storage.
Constructors
Properties
Link copied to clipboard
Convenience object for accessing claims of this token.
Link copied to clipboard
The object holding claim values. Use claimsProvider for a more convenient way of accessing claims.