Module authentication

Source

Structs§

PlainTextAuthenticator
Default authenticator provider that requires username and password if authentication is required.

Enums§

Authenticator
All of the Authenticators supported by ScyllaDB

Traits§

AuthenticatorProvider
Trait used to represent a factory of AuthenticatorSession instances. A new AuthenticatorSession instance will be created for each session.
AuthenticatorSession
Trait used to represent a user-defined custom authentication.

Type Aliases§

AuthError
Type to represent an authentication error message.