Skip to content

Commit cc54e91

Browse files
Update sinch/domains/authentication/webhooks/v1/authentication_validation.py
Co-authored-by: Jean-Pierre Portier <141755467+JPPortier@users.noreply.github.com>
1 parent b1c0847 commit cc54e91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sinch/domains/authentication/webhooks/v1/authentication_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def get_header(header_value: Optional[Union[str, List[str]]]) -> Optional[str]:
6565
return header_value
6666

6767

68-
def validate_webhook_signature_with_nonce(
68+
def validate_sinch_event_signature_with_nonce(
6969
callback_secret: str,
7070
headers: Dict[str, str],
7171
body: str

0 commit comments

Comments
 (0)