Skip to content

Commit e76790a

Browse files
W-A-Jamesnbbeeken
authored andcommitted
add doc comment
1 parent 5242f08 commit e76790a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/cmap/connection_pool.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,10 @@ export class ConnectionPool extends TypedEventEmitter<ConnectionPoolEvents> {
544544
);
545545
}
546546

547+
/**
548+
* @internal
549+
* Reauthenticate a connection
550+
*/
547551
async reauthenticateAsync(connection: Connection): Promise<Connection> {
548552
const authContext = connection.authContext;
549553
if (!authContext) {

0 commit comments

Comments
 (0)