:tocdepth: 3 :py:mod:`gws.plugin.account.core` ================================= .. py:module:: gws.plugin.account.core **Source code:** :source:`gws.plugin.account.core` Module Contents --------------- .. py:class:: Category .. py:attribute:: onboarding :value: 'onboarding' .. py:attribute:: resetPassword :value: 'resetPassword' .. py:class:: Columns .. py:attribute:: email :value: 'email' .. py:attribute:: mfaSecret :value: 'mfasecret' .. py:attribute:: mfaUid :value: 'mfauid' .. py:attribute:: password :value: 'password' .. py:attribute:: status :value: 'status' .. py:attribute:: tc :value: 'tc' .. py:attribute:: tcCategory :value: 'tccategory' .. py:attribute:: tcTime :value: 'tctime' .. py:attribute:: username :value: 'username' .. py:class:: Status(*args, **kwds) Bases: :py:obj:`gws.Enum` Enumeration type. Despite being declared as extending ``Enum`` (for IDE support), this class is actually just a simple object and intended to be used as a collection of attributes. It doesn't provide any ``Enum``-specific utilities. The rationale behind this is that we need ``Enum`` members (e.g. ``Color.RED``) to be scalars, and not complex objects as in the standard ``Enum``. .. py:attribute:: active :value: 10 .. py:attribute:: new :value: 0 .. py:attribute:: onboarding :value: 1