SecretStorage.peekSecret method
SecretStorage › peekSecret
Unofficial
Reads a secret without recording an access in its metadata.Signature:
peekSecret(id: string): null | stringParameters:
| Parameter | Type | Description |
|---|---|---|
| id | string | the secret ID |
Returns: null | string — the secret value, or null if not found