[][src]Module libunftp::auth

Contains the Authenticator trait that is used by the Server to authenticate users, as well as its various implementations.

Structs

AnonymousAuthenticator

Authenticator implementation that simply allows everyone.

AnonymousUser

AnonymousUser

Traits

Authenticator

Async authenticator interface (error reporting not supported yet)