You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Do API request here. It will be authenticated using the client's tokens.
46
47
}
47
48
48
-
/// Initializes a new cryptographic state for a user and posts it to the server; enrolls in admin password reset and finally enrolls the user to TDE unlock.
49
+
/// Initializes a new cryptographic state for a user and posts it to the server; enrolls in
50
+
/// admin password reset and finally enrolls the user to TDE unlock.
49
51
pubasyncfnpost_keys_for_tde_registration(
50
52
&self,
51
53
org_id:String,
52
54
org_public_key:B64,
53
-
// Note: Ideally these would be set for the register client, however no such functionality exists at the moment
55
+
// Note: Ideally these would be set for the register client, however no such functionality
56
+
// exists at the moment
54
57
user_id:String,
55
58
device_id:String,
56
59
trust_device:bool,
@@ -128,7 +131,8 @@ impl RegistrationClient {
128
131
}
129
132
130
133
info!("User initialized!");
131
-
// Note: This passing out of state and keys is temporary. Once SDK state management is more mature, the account cryptographic state and keys should be set directly here.
134
+
// Note: This passing out of state and keys is temporary. Once SDK state management is more
135
+
// mature, the account cryptographic state and keys should be set directly here.
0 commit comments