Expand description
authly-client
is an asynchronous Rust client handle for services interfacing with the authly service.
At present, it only works with the tokio
runtime.
Re-exports§
pub use token::AccessToken;
Modules§
- access_
control - Access control functionality.
- identity
- Client identity.
- token
- Token utilities.
Structs§
- Client
- The authly client handle.
- Client
Builder - A builder for configuring a Client.
- Property
Mapping - A property mapping maps human-readable property and attribute labels to ObjIds.
Enums§
- Error
- Errors that can happen either during client configuration or while communicating over the network.