Crate frontegg

Source
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.
ClientBuilder
A builder for a Client.
ClientConfig
Configures the required parameters of a Client.
CreatedUser
The subset of a User returned by Client::create_user.
Permission
A Frontegg permission.
Role
A Frontegg role.
Tenant
A Frontegg tenant.
TenantRequest
The subset of Tenant used in create requests.
User
A Frontegg user.
UserListConfig
Configuration for the Client::list_users operation.
UserRequest
The subset of User used in create requests.
WebhookTenantBinding
Binds a User to a Tenant for a frontegg.user.* webhook event
WebhookUser
The subset of a User returned by a frontegg.user.* webhook event

Enums§

Error
An error returned by a Client.