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, in the TLS sense.
metadata
Client service metadata.
token
Token utilities.

Structs§

Client
The authly client handle.
ClientBuilder
A builder for configuring a Client.
NamespacePropertyMapping
A namespaced property mapping maps human-readable property and attribute labels to AttrIds.

Enums§

Error
Errors that can happen either during client configuration or while communicating over the network.