Skip to content

Commit df5fbdc

Browse files
committed
Merge branch 'daniel/token-auth' of https://github.com/Infisical/python-sdk-official into daniel/token-auth
2 parents 6bfa867 + 25075a1 commit df5fbdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infisical_sdk/resources/auth_methods/oidc_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def login(self, identity_id: str, jwt: str) -> MachineIdentityLoginResponse:
1717
jwt (str): Your OIDC JWT.
1818
1919
Returns:
20-
Dict: A dictionary containing the access token and related information.
20+
MachineIdentityLoginResponse: A response object containing the access token and related information.
2121
"""
2222

2323
requestBody = {

0 commit comments

Comments
 (0)