Companion

Properties

Link copied to clipboard
const val AUD: String

The aud (audience) claim name (RFC 7519 §4.1.3).

Link copied to clipboard
const val EXP: String

The exp (expiration time) claim name (RFC 7519 §4.1.4).

Link copied to clipboard
const val IAT: String

The iat (issued at) claim name (RFC 7519 §4.1.6).

Link copied to clipboard
const val ISS: String

The iss (issuer) claim name (RFC 7519 §4.1.1).

Link copied to clipboard
const val JTI: String

The jti (JWT ID) claim name (RFC 7519 §4.1.7).

Link copied to clipboard
const val NBF: String

The nbf (not before) claim name (RFC 7519 §4.1.5).

Link copied to clipboard
const val SUB: String

The sub (subject) claim name (RFC 7519 §4.1.2).