Setting the Lock Timeout Value for a Vault

Set the time until which the vault remains in an unlocked state. Once this time is lapsed, the vault reverts to the locked state.

Syntax

-(void) setLockTimeout: (int32_t) numberOfSeconds

Parameters

  • numberOfSeconds – Time in seconds for which the vault is unlocked.

Examples

  • Set the Lock Timeout
    LiteSUPDataVault* vault = [LiteSUPDataVault getVault:<vault_name>];
    [vault setLockTimeout:<num_of_seconds>];