<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`SecretStorage`](SecretStorage)
## SecretStorage class
1.11.4
**Signature:**
```typescript
export class SecretStorage
```
## Methods
| Method | Modifiers | Description |
| --- | --- | --- |
| [`getSecret(id)`](SecretStorage/getSecret) | | Gets a secret from storage |
| [`listSecrets()`](SecretStorage/listSecrets) | | Lists all secrets in storage |
| [`setSecret(id, secret)`](SecretStorage/setSecret) | | Sets a secret in the storage. |