DecodedHeader

data class DecodedHeader(val alg: String, val typ: String)

Constructors

Link copied to clipboard
constructor(alg: String, typ: String)

Properties

Link copied to clipboard
val alg: String
Link copied to clipboard
val typ: String