StatusList

@Serializable(with = StatusListSerializer::class)
data class StatusList(val compressed: ByteArray, val statusBitSize: TokenStatusBitSize, val aggregationUri: String?)(source)

specification: https://www.ietf.org/archive/id/draft-ietf-oauth-status-list-06.html#name-status-list Status list in its compressed form.

Constructors

Link copied to clipboard
constructor(compressed: ByteArray, statusBitSize: TokenStatusBitSize, aggregationUri: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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