NMAOutOfBandContentType

@objc
public enum NMAOutOfBandContentType : Int

The list of supported content types for the encoded data.

  • JSON content.

    Declaration

    Swift

    case json
  • JOSE content, encrypted using JWE.

    Declaration

    Swift

    case jose