SecondFactorAuthenticationType

public enum SecondFactorAuthenticationType : StringValueConvertible

Enum describing the type used to register two factor credential with

  • The phone setup Touch ID or Face ID

    Declaration

    Swift

    case fingerprintOrFaceId
  • pin

    The phone setup Passcode

    Declaration

    Swift

    case pin
  • Declaration

    Swift

    public var stringValue: String { get }