Module: HaveAPI::Authentication::OAuth2

Defined in:
lib/haveapi/authentication/oauth2.rb,
lib/haveapi/authentication/oauth2/config.rb,
lib/haveapi/authentication/oauth2/provider.rb,
lib/haveapi/authentication/oauth2/revoke_endpoint.rb

Defined Under Namespace

Classes: AuthResult, Authorization, Client, Config, Provider, RevokeEndpoint

Class Method Summary collapse

Class Method Details

.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