Class: ApipieBindings::Authenticators::Base
- Inherits:
-
Object
- Object
- ApipieBindings::Authenticators::Base
show all
- Defined in:
- lib/apipie_bindings/authenticators/base.rb
Instance Method Summary
collapse
Instance Method Details
#authenticate(request, args) ⇒ Object
4
5
|
# File 'lib/apipie_bindings/authenticators/base.rb', line 4
def authenticate(request, args)
end
|
#error(ex) ⇒ Object
7
8
|
# File 'lib/apipie_bindings/authenticators/base.rb', line 7
def error(ex)
end
|
#name ⇒ Object
13
14
15
|
# File 'lib/apipie_bindings/authenticators/base.rb', line 13
def name
self.class.name
end
|
#response(r) ⇒ Object
10
11
|
# File 'lib/apipie_bindings/authenticators/base.rb', line 10
def response(r)
end
|