1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-04 09:33:16 +00:00

Initial commit for new user provision flow (#1091)

This commit is contained in:
Vincent Salucci
2020-10-13 15:01:14 -05:00
committed by GitHub
parent 0b7e07ebab
commit e72ccaf440
5 changed files with 11 additions and 5 deletions

View File

@@ -10,5 +10,6 @@ namespace Bit.Core.Models.Request
public KeysRequest Keys { get; set; }
public KdfType Kdf { get; set; }
public int KdfIterations { get; set; }
public string OrgIdentifier { get; set; }
}
}