Skip to content

Commit

Permalink
doc: Missing docstring for
Browse files Browse the repository at this point in the history
  • Loading branch information
asmfstatoil authored Sep 6, 2024
1 parent d2fe0ad commit f041332
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions msal_bearer/BearerAuth.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def get_auth(
clientID (str): Public Azure app client ID to request token from.
scopes (List[str]): Scopes to get token for.
username (str, optional): User name to authenticate. Defaults to "", which result in first account of app to be selected.".
token_location (str, optional): Path to token cache. Defaults to "", which will call get_token_location().
authority (str, optional): Authenticator. Defaults to "", which converts to f"https://login.microsoftonline.com/{tenantID}".
verbose (bool, optional): Set true to print messages. Defaults to False.
Expand Down

0 comments on commit f041332

Please sign in to comment.