-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename initiate_authentication to get_access_token
Enhanced token authorization tests for DVC Studio client with improved error checking and exception handling. Introduced `get_access_token` method to retrieve the Access Token from DVC Server. Added test cases for authorization expiry and error handling. Also added functionality to validate required scopes, which prominently include 'EXPERIMENTS', 'DATASETS', and 'MODELS'. Updated README with relevant changes.
- Loading branch information
1 parent
f041a6b
commit 6778b91
Showing
3 changed files
with
187 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters