Gets the current access token
Current access token or null if not set
export function getAccessToken(): string | null { return accessToken;} Copy
export function getAccessToken(): string | null { return accessToken;}
Gets the current access token