module Levelup::Templates::AppAuthenticated

A template to apply to any requests requiring app authentication. Authentication template - only apply one authentication template per request.

Attributes

app_access_token[RW]

An access token for an app.

Public Instance Methods

auth_type() click to toggle source
# File lib/levelup/templates/app_authenticated.rb, line 9
def auth_type
  :app
end