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

The trait definition of authentications.

Traits

Authentication

The marker trait of an Authentication implementation. A Authentication object is a DTO that is used to transfer the extracted credentials / token data from the header to the actual authentication.