☰
Home
Pages
Classes
Methods
Class Methods
configure
Instance Methods
configure
module OAuth2
The namespace of this library
:nocov:
:nocov:
Constants
ConnectionError
DEFAULT_CONFIG
OAUTH_DEBUG
TimeoutError
Attributes
config
[R]
Public Class Methods
configure
() { |config| ... }
Source
# File lib/oauth2.rb
37
def
configure
38
yield
@config
39
end
Private Instance Methods
configure
() { |config| ... }
Source
# File lib/oauth2.rb
37
def
configure
38
yield
@config
39
end