# File lib/rack/openid/simple_auth.rb, line 20 def initialize(app, identifier) @app = app @identifier = identifier end