function getAccessToken(): Promise<null | string>;
Promise
null
string
const accessToken = await getAccessToken();
Was this page helpful?