Skip to main content

Enumeration: SECURITY_RULES

Enum representing security rules for storage.

Platform

Android

Enumeration Members

AUTOMATIC_UPGRADE

AUTOMATIC_UPGRADE: "automaticUpgradeToMoreSecuredStorage"

Upgrade secret to the best available storage as soon as it is available and user request secret extraction. Upgrade not applied till we request the secret. This rule only applies to secrets stored with FacebookConseal.

Defined in

enums.ts:158


NONE

NONE: "none"

No special security rules applied.

Defined in

enums.ts:156