exp property
Expiration — Unix timestamp (seconds) after which the token is invalid.
exp: DateTime.now().millisecondsSinceEpoch ~/ 1000 + 60 * 5, // +5 min
Implementation
final int? exp;
Expiration — Unix timestamp (seconds) after which the token is invalid.
exp: DateTime.now().millisecondsSinceEpoch ~/ 1000 + 60 * 5, // +5 min
final int? exp;