module HaveAPI::Authentication::Token

Public Class Methods

with_config(cfg) click to toggle source

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