• Gets the current access token

    Returns null | string

    Current access token or null if not set

    export function getAccessToken(): string | null {
    return accessToken;
    }