Class: Kong::HmacAuth
- Inherits:
-
Object
- Object
- Kong::HmacAuth
- Includes:
- Base, BelongsToConsumer
- Defined in:
- lib/kong/hmac_auth.rb
Constant Summary collapse
- ATTRIBUTE_NAMES =
%w(id username consumer_id).freeze
- API_END_POINT =
'/hmac-auth/'
Instance Attribute Summary
Attributes included from BelongsToConsumer
Attributes included from Base
Method Summary
Methods included from BelongsToConsumer
#consumer_id=, #use_consumer_end_point
Methods included from Base
#client, #create, #create_or_update, #delete, #get, included, #initialize, #method_missing, #new?, #respond_to?, #save, #update
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Kong::Base