CallbackUrlClient Class
A special implementation of a CachedTokenClient whose constructor takes a single callback URL. This will cache the token locally until it has expired based on the expiration time in the URL response.
Extends
- CachedTokenClient
Extended by
Methods
Name | Description | |
---|---|---|
constructor(callbackUrl: string): CallbackUrlClient | ||
fetch(): Promise<Response> Protected | ||
getAccessToken(): Promise<string> |
Inherited methods
Defined in
Last Updated: 06 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.