tokenRefreshThreshold property
- @JsonKey.new(fromJson: _durationFromJson, toJson: _durationToJson)
final
How long before expiration to refresh tokens (defaults to 5 minutes)
Implementation
@JsonKey(fromJson: _durationFromJson, toJson: _durationToJson)
final Duration tokenRefreshThreshold;