* Each workflow should specify the correct custom behaviour for reauthentication.
(connection: Connection, credentials: MongoCredentials)
| 112 | * Each workflow should specify the correct custom behaviour for reauthentication. |
| 113 | */ |
| 114 | reauthenticate(connection: Connection, credentials: MongoCredentials): Promise<void>; |
| 115 | |
| 116 | /** |
| 117 | * Get the document to add for speculative authentication. |