Method: Idsimple::Rack::Helper#remove_access_token
- Defined in:
- lib/idsimple/rack/helper.rb
#remove_access_token(req, res) ⇒ Object
48 49 50 |
# File 'lib/idsimple/rack/helper.rb', line 48 def remove_access_token(req, res) configuration.remove_access_token.call(req, res) end |