@orangecheck/agent-core / unsealScopes
Function: unsealScopes()
function unsealScopes(input: UnsealScopesInput): Promise<UnsealedScopes>;
Defined in: agent-core/src/private-scope.ts:99
Decrypt an OC Agent v1.2 scopes_encrypted field with one of the
recipient device keys.
Parameters
| Parameter | Type |
|---|---|
input | UnsealScopesInput |
Returns
Promise<UnsealedScopes>