IDVType
public enum IDVType : Sendable, CaseIterable
The IDV type.
-
Authenticate via external authenticator app.
Declaration
Swift
case appToApp -
Obtain One-Time-Password through SMS to registerd mobile phone number.
Declaration
Swift
case otpBySMS -
Obtain One-Time-Password through registered email.
Declaration
Swift
case otpByEmail -
Contact customer service for activation.
Declaration
Swift
case customerService -
Activate through web service.
Declaration
Swift
case webService -
Other type, please check for typeDescription for more information.
Declaration
Swift
case other
IDVType Enumeration Reference