MFAType

public enum MFAType : String
  • sms

    Short Messaging Service linked with a phone number

    Declaration

    Swift

    case sms
  • Time-based One Time Password linked with an authenticator app

    Declaration

    Swift

    case totp