@uipath/auth 0.9.1 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.browser.js +458 -13983
- package/dist/index.js +18808 -41633
- package/package.json +6 -8
package/README.md
CHANGED
|
@@ -46,7 +46,7 @@ const status = await getLoginStatusAsync({ file: ".uipath" });
|
|
|
46
46
|
| `getLoginStatusAsync(options)` | Check current login status, auto-refreshes expired tokens |
|
|
47
47
|
| `refreshAccessToken()` | Refresh an expired access token |
|
|
48
48
|
| `selectTenant()` | Interactive tenant selection |
|
|
49
|
-
| `
|
|
49
|
+
| `setAuthFileConfig(cfg)` | Push the on-disk `auth.*` config slice into the auth singleton (called once by the CLI host at startup) |
|
|
50
50
|
| `saveEnvFileAsync()` / `loadEnvFileAsync()` | Credential file I/O |
|
|
51
51
|
|
|
52
52
|
## License
|