JwtHeader

@Serializable
data class JwtHeader(val alg: JwtHeader.Algorithm, val kid: String? = null, val typ: String? = null)(source)

Constructors

Link copied to clipboard
constructor(alg: JwtHeader.Algorithm, kid: String? = null, typ: String? = null)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
val kid: String?
Link copied to clipboard
val typ: String?