JwtHeader

public struct JwtHeader : Codable

Describes the header of a JSON Web Token

  • alg

    Undocumented

    Declaration

    Swift

    public let alg: String
  • typ

    Undocumented

    Declaration

    Swift

    public let typ: String
  • kid

    Undocumented

    Declaration

    Swift

    public let kid: String