class Shaf::Authenticator::Request
Attributes
env[R]
Public Instance Methods
valid?()
click to toggle source
# File lib/shaf/authenticator/request.rb, line 8 def valid? !String(authorization).strip.empty? end