Module username

Source

Enumsยง

AppendType
ForwarderServiceType
Configures the email forwarding service to use. For instructions on how to configure each service, see the documentation: https://bitwarden.com/help/generator/#username-types
UsernameError
UsernameGeneratorRequest

Constantsยง

UNIFFI_META_CONST_BITWARDEN_GENERATORS_ENUM_APPENDTYPE ๐Ÿ”’
UNIFFI_META_CONST_BITWARDEN_GENERATORS_ENUM_FORWARDERSERVICETYPE ๐Ÿ”’
UNIFFI_META_CONST_BITWARDEN_GENERATORS_ENUM_USERNAMEGENERATORREQUEST ๐Ÿ”’

Functionsยง

random_lowercase_string ๐Ÿ”’
random_number ๐Ÿ”’
Generate a random 4 digit number, including leading zeros
username ๐Ÿ”’
Implementation of the username generator.
username_catchall ๐Ÿ”’
Generate a username using a catchall email address The format is <random-or-website>@<domain>
username_subaddress ๐Ÿ”’
Generate a username using a plus addressed email address The format is <username>+<random-or-website>@<domain>
username_word ๐Ÿ”’