module RestClientWrapper::Auth

Interface for authenticators to implement

Public Instance Methods

generate_auth() click to toggle source
# File lib/rest_client_wrapper/authenticators/auth.rb, line 24
def generate_auth
  raise NotImplementedError
end