# Functions
Account extracts the TenantConfig from the given context value.
AccountDID extracts the AccountConfig DID from the given context value.
Context updates a context with account info using the configstore, must only be used for api handlers.
DIDFromContext returns did from the context.
New creates new instance of the request headers.
WithAccount sets config to the context and returns it.
# Constants
ErrDIDMissingFromContext sentinel error when did is missing from the context.
ErrSelfNotFound must be used when self value is not found in the context.