Context.getDocumentLoader(identity: { handle: string; }): Promise<DocumentLoader>
Gets an authenticated DocumentLoader for the given identity. Note that an authenticated document loader intentionally does not cache the fetched documents.
identity: { handle: string; }
The identity to get the document loader for. The actor's handle.
Promise<DocumentLoader>
The authenticated document loader.