CallbackClient Class
A special implematation of an AuthorizationClient whose constructor takes a single tokenCallback. This does no additional caching.
Implements
Methods
Name | Description | |
---|---|---|
constructor(tokenCallback: AccessTokenGetter): CallbackClient | ||
getAccessToken(): Promise<string> |
Defined in
- ConnectorAuthenticationManager.ts Line 104
Last Updated: 12 September, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.