Module: RestClientWrapper::Auth

Overview

Interface for authenticators to implement

Instance Method Summary collapse

Instance Method Details

#generate_authObject

Raises:

  • (NotImplementedError)


24
25
26
# File 'lib/rest_client_wrapper/authenticators/auth.rb', line 24

def generate_auth
  raise NotImplementedError
end