Skip to content

Commit 25075a1

Browse files
Update infisical_sdk/resources/auth_methods/oidc_auth.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent d1697ce commit 25075a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)