vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface SalesforceOAuth2LoginOptions

    interface SalesforceOAuth2LoginOptions {
        alias?: string;
        clientId?: string;
        instanceUrl?: string;
    }
    Index

    Properties

    alias?: string

    When specified the alias is used to store the org details in the SFDX configuration store. Otherwise the new login is only stored under the username in the SFDX configuration store.

    clientId?: string

    OAuth2 client ID to use for the login request, defaults to the SFDX default client ID when not specified.

    instanceUrl?: string

    Login URL to use for the login request, defaults to sfdx.defaultLoginUrl when not specified.