class Capsium::Package::OAuth2Config
The βoauth2β object of authentication.json: an OAuth2 authorization-code flow. The client secret is NEVER read from the package β it comes from deploy.json or reactor configuration.
Public Instance Methods
() → bool
Source
# File lib/capsium/package/authentication_config.rb, line 53 def enabled? !!enabled end