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;
The longer lived JWT that is used to create new session JWTs until it expires.
String get refreshJwt => _refreshToken.jwt;