timeToLive property

Duration timeToLive

Implementation

Duration get timeToLive {
  final secs = DartApi.native.jwtParser.timeToLive_get(_ffi);
  return Duration(seconds: secs);
}