getLockTimeout

Retrieves the configured lock timeout period.

Retrieves the number of seconds a vault remains unlocked before it automatically locks. The default value, 0, indicates that the lock never times out.

Syntax

- (int32_t)getLockTimeout;

Returns

getLockTimeout returns an integer value indicating the number of seconds a vault remains unlocked before it automatically locks. The default value, 0, indicates that the lock never times out.

Examples