Class: Setsuzoku::Service::WebService::AuthStrategy
- Inherits:
-
Object
- Object
- Setsuzoku::Service::WebService::AuthStrategy
- Extended by:
- T::Helpers, T::Sig
- Includes:
- AuthStrategy
- Defined in:
- lib/setsuzoku/service/web_service/auth_strategy.rb
Direct Known Subclasses
Setsuzoku::Service::WebService::AuthStrategies::BasicAuthStrategy, Setsuzoku::Service::WebService::AuthStrategies::CustomAuthStrategy, Setsuzoku::Service::WebService::AuthStrategies::OAuthStrategy
Defined Under Namespace
Modules: InterfaceMethods
Instance Attribute Summary
Attributes included from AuthStrategy
Attributes included from HasConfigContext
Instance Method Summary collapse
Methods included from AuthStrategy
#auth_credential_valid?, #initialize, #new_credential!, #set_credential!
Methods included from HasConfigContext
Instance Method Details
#auth_headers ⇒ Object
22 |
# File 'lib/setsuzoku/service/web_service/auth_strategy.rb', line 22 def auth_headers;end |