timeRemainingToExpired method

Duration timeRemainingToExpired()

Implementation

Duration timeRemainingToExpired(){
  return JwtDecoder.getRemainingTime(token);
}