module Roda::RodaPlugins::Csrf::InstanceMethods

def csrf_token

The value of the csrf token.
def csrf_token
  CSRF.token(env)
end