OAuth.ITokenFetcher
A helper to tell the ITokenRefresher how to fetch a new token
Methods
Methods
fetch
fetch(oldToken: string): Promise<OAuth.TokenInfo>
Fetch the new token.
| Parameter | Type |
|---|---|
| oldToken | string |
Returns: Promise<OAuth.TokenInfo>