CwtIssuedAtClaim

@Serializable
value class CwtIssuedAtClaim(val value: NumericDate)(source)

source: https://www.rfc-editor.org/rfc/rfc8392

3.1.6. iat (Issued At) Claim

The "iat" (issued at) claim has the same meaning and processing rules
as the "iat" claim defined in Section 4.1.6 of [RFC7519], except that
the value is a NumericDate, as defined in Section 2 of this
specification.  The Claim Key 6 is used to identify this claim.

Constructors

Link copied to clipboard
constructor(value: NumericDate)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data object Specification

Properties

Link copied to clipboard
val instant: Instant
Link copied to clipboard