@salesforce/core
    Preparing search index...

    Type Alias DeviceCodePollingResponse

    DeviceCodePollingResponse: {
        access_token: string;
        id: string;
        instance_url: string;
        issued_at: string;
        refresh_token: string;
        scope: string;
        signature: string;
        token_type: string;
    } & JsonMap

    Will be removed mid January 2026