Skip to content

Commit

Permalink
fix: improve documentation and automated commit msg
Browse files Browse the repository at this point in the history
  • Loading branch information
ailinvenerus committed Nov 20, 2023
1 parent 15ae5a3 commit bdf18e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
destination_folder: 'docs/SDK/auth-python'
destination_base_branch: 'master'
destination_head_branch: 'auth-python-update'
commit_msg: 'Update Auth Python doc'
commit_msg: 'docs(authPython): Update Auth Python doc'
pr_title: 'Update Auth Python doc'
pull_request_reviewers: 'EHadoux'
user_email: '[email protected]'
Expand Down
7 changes: 5 additions & 2 deletions scribeauth/scribeauth.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,12 @@ def get_tokens(self, **param) -> Tokens | Challenge:
It is possible to pass a UsernamePassword or a RefreshToken:
:param UsernamePassword: username (usually an email address) and password (associated with this username).
:param username: Username (usually an email address).
:param password: Password (associated with this username).
Or
:param RefreshToken: refresh_token (refresh token to use).
:param refresh_token: Refresh Token to use.
It returns Tokens or a Challenge:
Expand Down

0 comments on commit bdf18e0

Please sign in to comment.