Module mz_frontegg_client::config
source · Expand description
This module defines the configuration and builder structs for the Frontegg
Client
.
The main type exported from this module is the ClientBuilder
struct,
which is used to configure and build instances of the Client
struct. The
Client
struct provides methods for interacting with various admin APIs,
such as creating and managing users, or listing passwords.
§Note
This module default endpoint is intended to run against Materialize and is not guaranteed to work for other services.
Structs§
Statics§
- The default endpoint the client will use to issue the requests. Currently points to Materialize admin endpoint.