Skip to content

Commit

Permalink
ef: add comments to fix documentation build for new file and class.
Browse files Browse the repository at this point in the history
  • Loading branch information
jchick-bentley committed May 16, 2024
1 parent e70fab4 commit 5d3846c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ConnectorAuthenticationManager.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
import { Logger, type AccessToken } from "@itwin/core-bentley";
import type { AuthorizationClient } from "@itwin/core-common";
import { LoggerCategories } from "./LoggerCategory";
Expand Down
5 changes: 5 additions & 0 deletions src/connector-framework.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ export * from "./Synchronizer";
* @docs-group-description SqliteIssueReporter
* A Subclass of a ConnectorIssueReporter for SQLite related issues.
*/

/**
* @docs-group-description ConnectorAuthenticationManager
* A class for encapsulating and initializing auth clients and the retrieving and caching of tokens.
*/



Expand Down

0 comments on commit 5d3846c

Please sign in to comment.