AuthFactorType

public enum AuthFactorType : String
  • An auth factor that uses password

    Declaration

    Swift

    case password
  • An auth factor that uses SRP protocol

    Declaration

    Swift

    case passwordSRP
  • An auth factor that uses SMS OTP

    Declaration

    Swift

    case smsOTP
  • An auth factor that uses Email OTP

    Declaration

    Swift

    case emailOTP
  • An auth factor that uses WebAuthn

    Declaration

    Swift

    case webAuthn