Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 569 Bytes

File metadata and controls

53 lines (37 loc) · 569 Bytes

ENUM

FlowType

Contents

public enum FlowType: Codable, Hashable

Data exchange flow type

Cases

ble

case ble

openid4vp(qrCode:)

case openid4vp(qrCode: Data)

other

case other

Properties

isProximity

public var isProximity: Bool

True if proximity flow type (currently ble)

qrCode

public var qrCode: Data?