Skip to content

Commit d1697ce

Browse files
committed
Update oidc_auth.py
1 parent fcd979e commit d1697ce

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
@@ -14,7 +14,7 @@ def login(self, identity_id: str, jwt: str) -> MachineIdentityLoginResponse:
1414
1515
Args:
1616
identity_id (str): Your Machine Identity ID.
17-
jwt (str): Your JWT.
17+
jwt (str): Your OIDC JWT.
1818
1919
Returns:
2020
Dict: A dictionary containing the access token and related information.

0 commit comments

Comments
 (0)