SecondFactorVerificationType

public enum SecondFactorVerificationType : StringValueConvertible

Enum describing the second factor verification/authentication method/type

  • The phone setup Touch ID or Face ID

    Declaration

    Swift

    case biometric
  • The phone setup Passcode

    Declaration

    Swift

    case passcode
  • Declaration

    Swift

    public var stringValue: String { get }