:mod:`people.views.actions` =========================== .. py:module:: people.views.actions Module Contents --------------- .. py:class:: Actions(request) .. method:: update_esgf_certs() .. method:: forget_esgf_certs() .. method:: generate_twitcher_token() .. method:: generate_esgf_slcs_token() Update ESGF slcs token. .. method:: forget_esgf_slcs_token() Forget ESGF slcs token. .. method:: esgf_oauth_callback() Convert an authorisation grant into an access token. .. method:: delete_user() .. function:: includeme(config) Pyramid includeme hook. :param config: app config :type config: :class:`pyramid.config.Configurator`