TokenRequestorAsset
@objcMembers
public class TokenRequestorAsset : NSObject, Codable
Token requestor asset
-
Type of asset Possible values: application/pdf, image/svg+xml and image/png
Declaration
Swift
public var type: String?
-
Base64 encoded data
Declaration
Swift
public var data: String?
-
Height in px
Declaration
Swift
public var height: Int
-
Width in px
Declaration
Swift
public var width: Int