Module actix_web_security::authentication::scheme::basic::user_details_service[][src]

The trait definition of a user details service and its clone capabilities for basic authentication.

Traits

BasicUserDetailsService

The trait definition of a user details service for basic authentication. A user details service is used to load the UserDetails for a given username and passwort from a datastore.

BasicUserDetailsServiceClone

An user details service must be cloneable, send and sync. Therefore it has to implement the BasicUserDetailsServiceClone trait to be cloneable as a boxed object.