Skip to main content
Version: v1

TokenFetcher TypeAlias

Method 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