VGSVaultStorageType
public enum VGSVaultStorageType : String
Type of VGS Vault storage.
-
PERSISTENT data storage.
Declaration
Swift
case PERSISTENT = "PERSISTENT"
-
VOLATILE data storage.
Declaration
Swift
case VOLATILE = "VOLATILE"