Skip to content

Commit a2742b3

Browse files
mattdenkersbaywetnikithauc
authored
Use correct class name (#284)
Co-authored-by: Vincent Biret <vibiret@microsoft.com> Co-authored-by: nikithauc <nikithauc@gmail.com>
1 parent aaf142e commit a2742b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CustomAuthenticationProvider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Pass instance of MyAuthenticationProvider while initializing.
3030
import { MyAuthenticationProvider } from "./MyAuthenticationProvider";
3131

3232
let clientOptions: ClientOptions = {
33-
authProvider: new MyCustomAuthenticationProvider(),
33+
authProvider: new MyAuthenticationProvider(),
3434
};
3535
const client = Client.initWithMiddleware(clientOptions);
3636
```

0 commit comments

Comments
 (0)