Class: Rack::CouchdbOAuth2::TokenEndpoint

Inherits:
Object
  • Object
show all
Defined in:
lib/couchdb_oauth2/token_endpoint.rb

Instance Method Summary collapse

Instance Method Details

#call(env) ⇒ Object



4
5
6
# File 'lib/couchdb_oauth2/token_endpoint.rb', line 4

def call(env)
  authenticator.call(env)
end