Function warp_oauth2::authenticate_cookie[][src]

pub fn authenticate_cookie<T: Context + Clone + Send>(
    provider: T,
    cookie_name: &'static str
) -> impl Filter<Extract = (Principal,), Error = Rejection> + Clone