• Checks if shared credentials are set

    Returns boolean

    true if both client ID and client secret are set

    export function hasCredentials(): boolean {
    return Boolean(sharedClientId && sharedClientSecret);
    }