We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc86f5 commit 06b7690Copy full SHA for 06b7690
docs/CustomAuthenticationProvider.md
@@ -6,7 +6,7 @@ Using preferred choice of Authentication library for authenticating with Microso
6
7
### Implement AuthenticationProvider
8
9
-Create own implementation of Authentication provider which implements [AuthenticationProvider](../src/iAuthenticationProvider.ts) interface.
+Create own implementation of Authentication provider which implements [AuthenticationProvider](../src/IAuthenticationProvider.ts) interface.
10
11
```typescript
12
// MyAuthenticationProvider.ts
0 commit comments