SecretStorage.getSecret method
SecretStorage › getSecret
Official
Gets a secret from storageSignature:
getSecret(id: string): string | nullParameters:
| Parameter | Type | Description |
|---|---|---|
| id | string | The secret ID |
Returns: string | null — The secret value or null if not found
Since: 1.11.4