exp property

int? exp
final

Expiration — Unix timestamp (seconds) after which the token is invalid.

exp: DateTime.now().millisecondsSinceEpoch ~/ 1000 + 60 * 5, // +5 min

Implementation

final int? exp;