JwtIssuedAtClaim

@Serializable
value class JwtIssuedAtClaim(val numericDate: NumericDate)(source)

4.1.6. "iat" (Issued At) Claim

The "iat" (issued at) claim identifies the time at which the JWT was
issued.  This claim can be used to determine the age of the JWT.  Its
value MUST be a number containing a NumericDate value.  Use of this
claim is OPTIONAL.

Constructors

Link copied to clipboard
constructor(numericDate: NumericDate)

Types

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

Properties

Link copied to clipboard
Link copied to clipboard