Module: AuthProvider

Included in:
AuthBasic, AuthBearer, AuthKeyCookie, AuthKeyHeader, AuthKeyQuery
Defined in:
lib/one_doc.rb

Instance Method Summary collapse

Instance Method Details

#add_auth(http_client, req_kwargs) ⇒ Object

Raises:

  • (NotImplementedError)


25
26
27
# File 'lib/one_doc.rb', line 25

def add_auth(http_client, req_kwargs)
  raise NotImplementedError, "You must implement the 'add_auth' method"
end