module Levelup::Templates::MerchantAndUserAuthenticated
A template to apply to any requests requiring both merchant and user authentication. Authentication template - only apply one authentication template per request.
Attributes
merchant_access_token[RW]
An access token for a merchant that has granted you 'manage_merchant_orders' permissions.
user_access_token[RW]
An access token for a user that has granted you 'create_orders' permissions.
Public Instance Methods
auth_type()
click to toggle source
# File lib/levelup/templates/merchant_and_user_authenticated.rb, line 11 def auth_type :merchant_and_user end