mirror of
https://github.com/bitwarden/help
synced 2025-12-15 15:53:53 +00:00
document enums
This commit is contained in:
@@ -54,6 +54,7 @@ You can install and run Directory Connector as an agent on the server that hosts
|
||||
* [Clear Cache Command](#clear-cache-command)
|
||||
* [Update Command](#update-command)
|
||||
* [Version Option](#version-option)
|
||||
* [Enums](#enums)
|
||||
- [Source code](#source-code)
|
||||
|
||||
## Download and Install
|
||||
@@ -295,6 +296,20 @@ bwdc --version
|
||||
|
||||
If you receive an error message referring to the libsecret shared object `Error: libsecret-1.so.0: cannot open shared object file: No such file or directory`, you may need to install libsecret which is required to store things securely on the host.
|
||||
|
||||
### Enums
|
||||
|
||||
**Two Step Login Methods**
|
||||
|
||||
| Name | Value |
|
||||
|---------------|-------|
|
||||
| Authenticator | 0 |
|
||||
| Email | 1 |
|
||||
| Yubikey | 3 |
|
||||
|
||||
{% note %}
|
||||
Other two-step login methods such as FIDO U2F and Duo are not supported by the CLI.
|
||||
{% endnote %}
|
||||
|
||||
## Source code
|
||||
|
||||
As with everything here at Bitwarden, the Directory Connector is open source and hosted on GitHub at <https://github.com/bitwarden/directory-connector>.
|
||||
|
||||
Reference in New Issue
Block a user