Struct actix_web_security::authentication::scheme::bearer::jwt::JwtBearerAuthentication [−][src]
A JWT authentication struct representing the decoded JWT Claims extracted from the authorization header.
Fields
token: Box<dyn Claims>Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for JwtBearerAuthentication
impl !RefUnwindSafe for JwtBearerAuthenticationimpl Send for JwtBearerAuthentication
impl Send for JwtBearerAuthenticationimpl Sync for JwtBearerAuthentication
impl Sync for JwtBearerAuthenticationimpl Unpin for JwtBearerAuthentication
impl Unpin for JwtBearerAuthenticationimpl !UnwindSafe for JwtBearerAuthentication
impl !UnwindSafe for JwtBearerAuthenticationBlanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync, [src]
impl<T> DowncastSync for T where
T: Any + Send + Sync, [src]impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,