TfaConfiguration
public enum TfaConfiguration : CustomStringConvertible, JSONRepresentable
Two factor authentication configuration. Note: the enabled option is deprecated.
-
An unspecified error.
Declaration
Swift
case authenticator
-
An unspecified error.
Declaration
Swift
case disabled
-
An unspecified error.
Declaration
Swift
case enabled
-
An unspecified error.
Declaration
Swift
case sms
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }