Companion

object Companion

Functions

Link copied to clipboard
suspend fun fromCwt(cwt: ByteArray, publicKey: EcPublicKey? = null, checks: Map<WebTokenCheck, String> = mapOf(), atTime: Instant = Clock.System.now(), maxValidity: Duration = 365.days): IdentifierList

Parses and validates CWT that holds the identifier list.