JwkContent

public struct JwkContent : Codable

Represents a key in a JSON Web Key Set

  • alg

    Undocumented

    Declaration

    Swift

    public let alg: String
  • kty

    Undocumented

    Declaration

    Swift

    public let kty: String
  • use

    Undocumented

    Declaration

    Swift

    public let use: String
  • n

    Undocumented

    Declaration

    Swift

    public let n: String
  • e

    Undocumented

    Declaration

    Swift

    public let e: String
  • kid

    Undocumented

    Declaration

    Swift

    public let kid: String