:tocdepth: 3 :py:mod:`gws.base.auth.method` ============================== .. py:module:: gws.base.auth.method **Source code:** :source:`gws.base.auth.method` Module Contents --------------- .. py:class:: Config(*args, **kwargs) Bases: :py:obj:`gws.Config` Auth method config. .. py:attribute:: secure :type: bool :value: True use only with SSL .. py:class:: Object Bases: :py:obj:`gws.AuthMethod` Authentication Method. .. py:method:: configure() Configuration hook.