module oauth.signature_validation
function validate_signed_query_string
validate_signed_query_string(query_string: str, api_secret_key: str)
Validates that a query string has been signed by Shopify.
Implements the parsing algorithm defined by Shopify here. Including the special case ids
parameter parsing
Args:
query_string
: A valid query string.hmac=123&test=456
api_secret_key
: The api secret key from Shopify partners.
Raises:
Exception
:ValueError
This file was automatically generated via lazydocs.