pub struct JWTAuthProvider { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AuthProvider for JWTAuthProvider
impl AuthProvider for JWTAuthProvider
fn update_config(&mut self, update: ConfigUpdate)
fn identify_client( &self, head: Parts, service_id: &str, ) -> Result<(Parts, AuthResult), GatewayAuthError>
Auto Trait Implementations§
impl !Freeze for JWTAuthProvider
impl RefUnwindSafe for JWTAuthProvider
impl Send for JWTAuthProvider
impl Sync for JWTAuthProvider
impl Unpin for JWTAuthProvider
impl UnwindSafe for JWTAuthProvider
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more