class Aws::Plugins::APIGAuthorizerToken
apply APIG custom authorizer token to operations with ‘authtype’ of ‘custom’ only
Public Instance Methods
add_handlers(handlers, config)
click to toggle source
# File lib/aws-sdk-core/plugins/apig_authorizer_token.rb, line 12 def add_handlers(handlers, config) handlers.add(AuthTokenHandler, step: :sign) end