Module actix_web_security::authentication::scheme::bearer::jwt::user_details_service[][src]

The trait definition of a user details service and its clone capabilities for the JWT based authentication.

Traits

JwtUserDetailsService

The trait definition of a user details service for the JWT based authentication. A user details service is used to load the UserDetails for a given boxed Claims object from a datastore. The Claims object contains all claims contained in the decoded JWT.

JwtUserDetailsServiceClone