kvarn_auth::integrations

Struct GetFsUser

source
pub struct GetFsUser<T, U> {
    pub login: Login,
    /* private fields */
}
Available on crate feature integration-fs only.
Expand description

Gets the user from a request.

Fields§

§login: Login

Implementations§

source§

impl<T: DeserializeOwned + Serialize + Send + Sync, U: DeserializeOwned + Serialize + Send + Sync> GetFsUser<T, U>

source

pub fn get_user( &self, request: &FatRequest, addr: