summaryrefslogtreecommitdiff
path: root/src/routers/vault/types/Identity.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/routers/vault/types/Identity.js')
-rw-r--r--src/routers/vault/types/Identity.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/routers/vault/types/Identity.js b/src/routers/vault/types/Identity.js
index fb5171f..2a836b2 100644
--- a/src/routers/vault/types/Identity.js
+++ b/src/routers/vault/types/Identity.js
@@ -22,6 +22,16 @@ class Identity extends Model {
* the Vault user id
* @type {number}
*/
+ //totp;
+ /**
+ * TOTP 16-chars base64 secret (optional)
+ * @type {string}
+ */
+ //pass;
+ /**
+ * Optional PBKDF2 cryptographic secret to use with 2FA.
+ * @type {string}
+ */
//userId;
/**