Crate authly_client

Source
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.
ClientBuilder
A builder for configuring a Client.
PropertyMapping
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.