LicenseTokenItem

public struct LicenseTokenItem : Codable

The license token item that could be added with license requests

  • The type of license token.

    Declaration

    Swift

    public var type: String
  • The key of the token item

    Declaration

    Swift

    public var name: String
  • The value of the token item

    Declaration

    Swift

    public var value: String