VerificationFlowResult
@frozen
public enum VerificationFlowResult
The result of an attempt to finish an identity verification flow
-
User completed the verification flow
Declaration
Swift
case flowCompleted
-
User canceled out of the flow or declined to give consent
Declaration
Swift
case flowCanceled
-
Failed with error
Declaration
Swift
case flowFailed(error: Error)