module HaveAPI::Authentication::OAuth2
Public Class Methods
with_config(cfg)
click to toggle source
Configure the oauth2 provider @param cfg [Config]
# File lib/haveapi/authentication/oauth2.rb, line 5 def self.with_config(cfg) Provider.with_config(cfg) end