We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd979e commit d1697ceCopy full SHA for d1697ce
infisical_sdk/resources/auth_methods/oidc_auth.py
@@ -14,7 +14,7 @@ def login(self, identity_id: str, jwt: str) -> MachineIdentityLoginResponse:
14
15
Args:
16
identity_id (str): Your Machine Identity ID.
17
- jwt (str): Your JWT.
+ jwt (str): Your OIDC JWT.
18
19
Returns:
20
Dict: A dictionary containing the access token and related information.
0 commit comments