Module: HaveAPI::Authentication::Token

Defined in:
lib/haveapi/authentication/token.rb,
lib/haveapi/authentication/token/config.rb,
lib/haveapi/authentication/token/provider.rb,
lib/haveapi/authentication/token/action_config.rb,
lib/haveapi/authentication/token/action_result.rb,
lib/haveapi/authentication/token/action_request.rb

Defined Under Namespace

Classes: ActionConfig, ActionRequest, ActionResult, Config, Provider, TokenExists

Class Method Summary collapse

Class Method Details

.with_config(cfg) ⇒ Object

Configure the token provider

Parameters:



5
6
7
# File 'lib/haveapi/authentication/token.rb', line 5

def self.with_config(cfg)
  Provider.with_config(cfg)
end