Enumsยง
- Append
Type - Forwarder
Service Type - 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
- Username
Error - Username
Generator Request
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 ๐