module HaveAPI::Authentication::Token
Public Class Methods
Source
# File lib/haveapi/authentication/token.rb, line 5 def self.with_config(cfg) Provider.with_config(cfg) end
Configure the token provider @param cfg [Config]
# File lib/haveapi/authentication/token.rb, line 5 def self.with_config(cfg) Provider.with_config(cfg) end
Configure the token provider @param cfg [Config]