Module actix_web_security::authentication::scheme::bearer::jwt::token[][src]

The token module provides a trait definition of Claims, TokenDecoder and a RSA token decoder implementation.

Modules

decoder

The decoder module provides a trait definition of TokenDecoder and a RSA token decoder implementation.

Traits

Claims

Trait definition of claims to decode from a token.