Class: TokenEndpoint
- Inherits:
-
Object
- Object
- TokenEndpoint
- Defined in:
- lib/token_endpoint.rb
Instance Method Summary collapse
Instance Method Details
#call(env) ⇒ Object
3 4 5 |
# File 'lib/token_endpoint.rb', line 3 def call(env) authenticator.call(env) end |