Skip to content

Commit 1cb52d1

Browse files
committed
custom authorizer: fix incorrect desciption about htttp header in code doc
Signed-off-by: Alex Li <[email protected]>
1 parent 62c465c commit 1cb52d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

awsiot/mqtt_connection_builder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ def direct_with_custom_authorizer(
472472
If not provided, then "x-amz-customauthorizer-name" will not be added with the MQTT connection.
473473
474474
auth_authorizer_signature (`str`): The signature of the custom authorizer.
475-
If not provided, then "x-amz-customauthorizer-name" will not be added with the MQTT connection.
475+
If not provided, then "x-amz-customauthorizer-signature" will not be added with the MQTT connection.
476476
477477
auth_password (`str`): The password to use with the custom authorizer.
478478
If not provided, then no passord will be set.
@@ -516,7 +516,7 @@ def websockets_with_custom_authorizer(
516516
If not provided, then "x-amz-customauthorizer-name" will not be added with the MQTT connection.
517517
518518
auth_authorizer_signature (`str`): The signature of the custom authorizer.
519-
If not provided, then "x-amz-customauthorizer-name" will not be added with the MQTT connection.
519+
If not provided, then "x-amz-customauthorizer-signature" will not be added with the MQTT connection.
520520
521521
auth_password (`str`): The password to use with the custom authorizer.
522522
If not provided, then no passord will be set.

0 commit comments

Comments
 (0)