Kind: Function
Source: atloria-monorepo/apps/api/src/documentation/payload-crypto.ts
Open a sealed secret. Pass-through for values without the enc:v1: prefix.
Signature
tsfunction openSecret(value: T): T | string
Parameters
| Name | Type |
|---|---|
value | T |
Returns: T | string
Was this page helpful?