Module config

Source
Expand description

Module dedicated to account configuration.

This module contains the representation of the user’s current account configuration named AccountConfig.

Modules§

oauth2
Module dedicated to OAuth 2.0 configuration.
passwd
Module dedicated to password configuration.
pgp
Module dedicated to PGP configuration.

Structs§

AccountConfig
The user’s account configuration.

Enums§

Error
The global Error enum of the module.

Constants§

DEFAULT_PAGE_SIZE
DEFAULT_SIGNATURE_DELIM

Traits§

HasAccountConfig

Type Aliases§

Result
The global Result alias of the module.