Structs§
- Plain
Text Authenticator - Default authenticator provider that requires username and password if authentication is required.
Enums§
Traits§
- Authenticator
Provider - Trait used to represent a factory of
AuthenticatorSession
instances. A newAuthenticatorSession
instance will be created for each session. - Authenticator
Session - Trait used to represent a user-defined custom authentication.
Type Aliases§
- Auth
Error - Type to represent an authentication error message.