rust-server.server-server_auth.mustache Maven / Gradle / Ivy
use super::Service;
use crate::{Api, AuthenticationApi};
use swagger::{
ApiError,
Authorization,
auth::{Basic, Bearer},
Has,
XSpanIdString};
impl AuthenticationApi for Service where
T: Api + Clone + Send + 'static + AuthenticationApi,
C: Has + Has
© 2015 - 2024 Weber Informatics LLC | Privacy Policy