jwtToken property

Cookie jwtToken

Returns the cookie about JWT token.

Implementation

Cookie get jwtToken => _cookieJar.find(name: 'jwt_token');