Skip to main content

Enumeration: SECURITY_RULES

Enum representing security rules for storage. (Android only)

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

index.ts:106


NONE

NONE: "none"

No special security rules applied.

Defined in

index.ts:104