class Shaf::Authenticator::Request

Attributes

env[R]

Public Instance Methods

authorization() click to toggle source
# File lib/shaf/authenticator/request.rb, line 12
def authorization
  env[authorization_key]
end
valid?() click to toggle source
# File lib/shaf/authenticator/request.rb, line 8
def valid?
  !String(authorization).strip.empty?
end