Version: v1On this pageTokenFetcher TypeAliasMethod signature for callback method used to fetch access token Signature export declare type TokenFetcher<T> = (options: T) => Promise<string | TokenResponse | null>; Type Parameters Parameter Description T