We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
How do I use the tokens that are stashed? Just connect without password, mfa_code?
var options = { org: organization, user: identifier, no_token: false }; let org = await edge.connect(options);
When I do this, I get a missing password error because the stashed token is null.
Cheers,
Bram Sinke
The text was updated successfully, but these errors were encountered:
Yes, if the stashed token is null, and if you do not provide login credentials, you will get an error at runtime.
If the stashed token is non-null, apigee.connect() will succeed at runtime, and it will not use your login credentials.
Sorry, something went wrong.
No branches or pull requests
Hi,
How do I use the tokens that are stashed? Just connect without password, mfa_code?
When I do this, I get a missing password error because the stashed token is null.
Cheers,
Bram Sinke
The text was updated successfully, but these errors were encountered: