Class: SocialStream::Oauth2Server::TokenEndpoint

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

Instance Method Summary collapse

Instance Method Details

#call(env) ⇒ Object



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

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