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.
2 parents ea88e47 + da8d0f3 commit e920fadCopy full SHA for e920fad
docs/CustomAuthenticationProvider.md
@@ -18,7 +18,7 @@ class MyAuthenticationProvider implements AuthenticationProvider {
18
* This should return a Promise that resolves to an accessToken (in case of success) or rejects with error (in case of failure)
19
* Basically this method will contain the implementation for getting and refreshing accessTokens
20
*/
21
- public async getAccessToken(): Promise<any> {}
+ public async getAccessToken(): Promise<string> {}
22
}
23
```
24
0 commit comments