Expand description
An async API client for the Frontegg user management service.
§Maintainership
This is not an official Frontegg product. This crate is developed by Materialize, the streaming data warehouse. Contributions are encouraged:
§See also
Additional information is available in the official Frontegg API documentation.
Structs§
- ApiError
- An error returned by the Frontegg API.
- Client
- An API client for Frontegg.
- Client
Builder - A builder for a
Client. - Client
Config - Configures the required parameters of a
Client. - Created
User - The subset of a
Userreturned byClient::create_user. - Permission
- A Frontegg permission.
- Role
- A Frontegg role.
- Tenant
- A Frontegg tenant.
- Tenant
Request - The subset of
Tenantused in create requests. - User
- A Frontegg user.
- User
List Config - Configuration for the
Client::list_usersoperation. - User
List Part Config - Configuration for the
Client::list_users_partoperation. - User
Request - The subset of
Userused in create requests. - Webhook
Tenant Binding - Binds a
Userto aTenantfor afrontegg.user.*webhook event - Webhook
User - The subset of a
Userreturned by afrontegg.user.*webhook event