Module: ShopifyAPI::Utils::VerifiableQuery
- Extended by:
- T::Helpers, T::Sig
- Included in:
- Auth::Oauth::AuthQuery, Webhooks::Request
- Defined in:
- lib/shopify_api/utils/verifiable_query.rb
Instance Method Summary collapse
Instance Method Details
#hmac ⇒ Object
12 |
# File 'lib/shopify_api/utils/verifiable_query.rb', line 12 def hmac; end |
#to_signable_string ⇒ Object
15 |
# File 'lib/shopify_api/utils/verifiable_query.rb', line 15 def to_signable_string; end |