TNEntityPublishTokenType

@objcMembers
open class TNEntityPublishTokenType : NSObject, Codable

Defines the set of values that identify a token to which a Location might be published.

  • uid

    Unique ID by which this Token can be identified.

    Declaration

    Swift

    public var uid: String?
  • Type of the token.

    Declaration

    Swift

    public var type: String?
  • Visual readable number/identification as printed on the Token (RFID card).

    Declaration

    Swift

    public var visualNumber: String?
  • Issuing company, most of the times the name of the company printed on the token (RFID card), not necessarily the eMSP.

    Declaration

    Swift

    public var issuer: String?
  • This ID groups a couple of tokens.

    Declaration

    Swift

    public var groupId: String?