Skip to content

SecretStorage.recordAccess method

SecretStorage › recordAccess

Unofficial

Records an access to a secret, updating its last-access metadata.

Signature:

recordAccess(id: string): void

Parameters:

Parameter Type Description
id string the secret ID

Returns: void