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§
- Account
Config - The user’s account configuration.
Enums§
- Error
- The global
Errorenum of the module.
Constants§
Traits§
Type Aliases§
- Result
- The global
Resultalias of the module.