ContentType

public enum ContentType : String, Codable

The list of supported content types for the encoded data.

  • JSON content.

    Declaration

    Swift

    case json = "application/json"
  • JOSE content, encrypted using JWE.

    Declaration

    Swift

    case jose = "application/jose"