ENUM
Contents
- Cases
ble
openid4vp(qrCode:)
other
- Properties
isProximity
qrCode
public enum FlowType: Codable, Hashable
Data exchange flow type
case ble
case openid4vp(qrCode: Data)
case other
public var isProximity: Bool
True if proximity flow type (currently ble
)
public var qrCode: Data?