Skip to main content

IAgentOptions.context property

The context object that will be available to the plugin methods

Signature:

context?: Record<string, any>;

Example

{
authorizedDid: 'did:example:123'
}