VerifyQRResult
public struct VerifyQRResult
The result of QRCode verification / processing
-
The message provided by the server
Declaration
Swift
public var message: String?
-
The name of the resource associated with the QR code e.g SSO website name, physical key name
Declaration
Swift
public var resource: String?
-
Status of the workflow.
Declaration
Swift
public var status: VerifyQRStatus
-
Initializer
Declaration
Swift
public init()