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 5d0932e commit 7497543Copy full SHA for 7497543
aws_lambda_powertools/utilities/data_classes/cognito_user_pool_event.py
@@ -599,7 +599,7 @@ def session(self) -> List[ChallengeResult]:
599
600
@property
601
def client_metadata(self) -> Optional[Dict[str, str]]:
602
- """OOne or more key-value pairs that you can provide as custom input to the Lambda function that you specify
+ """One or more key-value pairs that you can provide as custom input to the Lambda function that you specify
603
for the define auth challenge trigger."""
604
return self["request"].get("clientMetadata")
605
0 commit comments