There was an error while loading. Please reload this page.
1 parent aaf142e commit a2742b3Copy full SHA for a2742b3
docs/CustomAuthenticationProvider.md
@@ -30,7 +30,7 @@ Pass instance of MyAuthenticationProvider while initializing.
30
import { MyAuthenticationProvider } from "./MyAuthenticationProvider";
31
32
let clientOptions: ClientOptions = {
33
-authProvider: new MyCustomAuthenticationProvider(),
+authProvider: new MyAuthenticationProvider(),
34
};
35
const client = Client.initWithMiddleware(clientOptions);
36
```
0 commit comments