Module: Levelup::Templates::AppAuthenticated
- Defined in:
- lib/levelup/templates/app_authenticated.rb
Overview
A template to apply to any requests requiring app authentication.
Authentication template - only apply one authentication template per request.
Instance Attribute Summary collapse
-
#app_access_token ⇒ Object
An access token for an app.
Instance Method Summary collapse
Instance Attribute Details
#app_access_token ⇒ Object
An access token for an app.
9 10 11 |
# File 'lib/levelup/templates/app_authenticated.rb', line 9 def app_access_token @app_access_token end |
Instance Method Details
#auth_type ⇒ Object
11 12 13 |
# File 'lib/levelup/templates/app_authenticated.rb', line 11 def auth_type :app end |