KeychainQueryMode

public enum KeychainQueryMode

Undocumented

  • Recommended for new integrations. Filters Keychain items by the specific Service name (TwilioVerify). This isolates the SDK data and prevents collisions with keychain items or other libraries.

    Declaration

    Swift

    case strict
  • Use only for backward compatibility. Queries the Keychain without a Service filter. Use this if you have users on older versions of the SDK and need to migrate their data. Warning: May cause collisions if other keychain items exist with similar attributes.

    Declaration

    Swift

    case legacy