@salesforce/core
Version:
Core libraries to interact with SFDX projects, orgs, and APIs.
68 lines (37 loc) • 1.71 kB
Markdown
and/or OAuth options when creating an AuthInfo instance.
Cannot create an AuthInfo instance that will overwrite existing auth data.
- Create the AuthInfo instance using existing auth data by just passing the username. E.g., `AuthInfo.create({ username: 'my@user.org' });`.
Error authenticating with auth code due to: %s
Could not retrieve the username after successful auth code exchange.
Due to: %s
Error authenticating with JWT config due to: %s
Error authenticating with JWT.
Errors encountered:
%s
Error authenticating with the refresh token due to: %s
An attempt to refresh the authentication token failed with a 'Data Not Found Error'. The org identified by username %s does not appear to exist. Likely cause is that the org was deleted by another user or has expired.
- Run `sfdx force:org:list --clean` to remove stale org authentications.
- Use `sfdx force:config:set` to update the defaultusername.
- Use `sfdx force:org:create` to create a new org.
- Use `sfdx auth` to authenticate an existing org.
No authorization information found for %s.
Nothing to set.
Setting aliases must be in the format <key>=<value> but found: [%s].
All JSON input must have heads down camelcase keys. E.g., `{ sfdcLoginUrl: "https://login.salesforce.com" }`
Found "%s" at %s
Client ID is required for JWT authentication.
Must pass a username