module Levelup::Templates::UserAuthenticated

A template to apply to any requests requiring user authentication.

Authentication template - only apply one authentication template per request.

Attributes

user_access_token[RW]

An access token for a user that has granted you appropriate permissions.

Public Instance Methods

auth_type() click to toggle source
# File lib/levelup/templates/user_authenticated.rb, line 12
def auth_type
  :user
end