diff --git a/README.md b/README.md index 05d63d6..68f2ca3 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,10 @@ client.auth().accessToken("") #### AWS IAM + +> [!NOTE] +> AWS IAM auth only works when the SDK is being used from within an AWS service, such as Lambda, EC2, etc. + ```typescript await client.auth().awsIamAuth.login({ identityId: "" @@ -79,10 +83,6 @@ await client.auth().awsIamAuth.login({ - `clientSecret` (string): The client secret of your Machine Identity. -> [!NOTE] -> AWS IAM auth only works when the SDK is being used from within an AWS service, such as Lambda, EC2, etc. - - ### `secrets` This sub-class handles operations related to secrets: