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

    Function updateTokens

    • Update the currently stored access token for a username in the local SFDX configuration store

      Parameters

      • usernameOrAlias: string

        Salesforce username or SFDX alias

      • tokens: { accessToken?: string; refreshToken?: string }

        Object containing optional tokens to update

        • OptionalaccessToken?: string

          New access token to store for the specified username

        • OptionalrefreshToken?: string

          New refresh token to store for the specified username

      Returns Promise<void>