context.getSecret('key') - clear previously stored secret
| argument | Type | Description |
|---|---|---|
| key | string |
Return value - Promise
This method removes a locally stored secret that was saved via ctx.storeSecret
const secret = await context.clearSecret('secret_key')