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.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/routers/vault/types/Identity.js b/src/routers/vault/types/Identity.js
index 9a83ffe..2a836b2 100644
--- a/src/routers/vault/types/Identity.js
+++ b/src/routers/vault/types/Identity.js
@@ -24,7 +24,12 @@ class Identity extends Model {
*/
//totp;
/**
- * TOTP 16-chars base64 secret
+ * TOTP 16-chars base64 secret (optional)
+ * @type {string}
+ */
+ //pass;
+ /**
+ * Optional PBKDF2 cryptographic secret to use with 2FA.
* @type {string}
*/
//userId;