max / makenotwork
1 file changed,
+1 insertion,
-1 deletion
| @@ -96,7 +96,7 @@ pub use error::{Result, SyncKitError}; | |||
| 96 | 96 | pub use identity::{ | |
| 97 | 97 | IdentityKeypair, IdentityPublicKey, generate_group_key, open_gck_grant, seal_gck_to_member, | |
| 98 | 98 | }; | |
| 99 | - | pub use ids::{AppId, DeviceId, UserId}; | |
| 99 | + | pub use ids::{AppId, DeviceId, GroupId, UserId}; | |
| 100 | 100 | pub use oauth::{Pkce, generate_oauth_state, generate_pkce, states_match}; | |
| 101 | 101 | #[cfg(feature = "store")] | |
| 102 | 102 | pub use store::{ |