File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
crates/bitwarden-crypto/src Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,12 @@ export type SignedSecurityState = string;
45
45
#[ derive( Serialize , Deserialize ) ]
46
46
#[ serde( rename_all = "camelCase" ) ]
47
47
pub struct SecurityState {
48
- /// The entity ID is a permanent, unchangeable, unique identifier for the object this security state applies to.
49
- /// For users, this is the user ID, which never changes.
48
+ /// The entity ID is a permanent, unchangeable, unique identifier for the object this security
49
+ /// state applies to. For users, this is the user ID, which never changes.
50
50
entity_id : ByteBuf ,
51
- /// The version of the security state gates feature availability. It can only ever be incremented. Components can use
52
- /// it to gate format support of specific formats (like item url hashes).
51
+ /// The version of the security state gates feature availability. It can only ever be
52
+ /// incremented. Components can use it to gate format support of specific formats (like
53
+ /// item url hashes).
53
54
version : u64 ,
54
55
}
55
56
You can’t perform that action at this time.
0 commit comments