refreshJwt property

String get refreshJwt

The longer lived JWT that is used to create new session JWTs until it expires.

Implementation

String get refreshJwt => _refreshToken.jwt;