Method: HaveAPI::Authentication::OAuth2.with_config

Defined in:
lib/haveapi/authentication/oauth2.rb

.with_config(cfg) ⇒ Object

Configure the oauth2 provider

Parameters:



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

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