ContentType public enum ContentType : String, Codable The list of supported content types for the encoded data. json JSON content. Declaration Swift case json = "application/json" jose JOSE content, encrypted using JWE. Declaration Swift case jose = "application/jose"