# File lib/rack/auth/openid.rb, line 389 def access_denied [ 403, {'Content-Type' => 'text/plain', 'Content-Length' => '14'}, ['Access denied.'] ] end