You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{detail: `The ${AUTHENTICATION_PROVIDER_LABEL} account you signed out (${session.account.label}) is currently storing its password securely on your workstation.`,modal: true},
{detail: `The ${AUTHENTICATION_PROVIDER_LABEL} account you signed out (${session.account.label}) is currently storing its password securely on your workstation.`,modal: true},
* The `accessToken` property of the returned [`AuthenticationSession`](https://code.visualstudio.com/api/references/vscode-api#AuthenticationSession) is the password.
388
-
* - `flushCredentialsCache` param will be ignored;
389
-
* - `noCredentials` property of `options` param has no effect;
387
+
*
388
+
* The `flushCredentialsCache` param is obsolete and has no effect;
389
+
* The `noCredentials` property of `options` param is obsolete and has no effect;
390
390
*
391
391
* @param name Name of the server, used as the key into the 'intersystems.servers' settings object
392
392
* @param scope Settings scope to look in.
393
-
* @param flushCredentialCache If passed as true, flush extension's credential cache.
393
+
* @param flushCredentialCache Obsolete, has no effect.
394
394
* @param options
395
395
* @returns { IServerSpec } Server specification object.
0 commit comments