jwt property

Jwt jwt
latefinal

The authentication tokens token manager.

This is retrieved from the AuthServices instance using the AuthServices.getTokenManager method.

If a different token manager should be used, override this property.

Implementation

late final Jwt jwt = AuthServices.getTokenManager<JwtTokenManager>().jwt;