Module identity

Module identity 

Source
Expand description

Authentication providers for Ditto.

This module provides types needed for authenticating with Ditto Cloud or an on-premises authentication server when using DittoConfigConnect::Server.

Structs§

AuthenticationClientFeedback
Feedback provided by an authentication provider.
DittoAuthenticator
Use ditto.auth() to manage authentication when using applicable identities.

Traits§

DittoAuthenticationEventHandler
Implement this trait for a type in order to use DittoConfigConnect::Server mode with the old callback-based authentication API.

Functions§

get_development_provider
Authentication provider for testing and development. Not intended for production use.