UserPoolMfaType

public enum UserPoolMfaType : String, CustomStringConvertible, Codable

Undocumented

  • off

    Undocumented

    Declaration

    Swift

    case off = "OFF"
  • on

    Undocumented

    Declaration

    Swift

    case on = "ON"
  • Undocumented

    Declaration

    Swift

    case optional = "OPTIONAL"
  • Declaration

    Swift

    public var description: String { get }