tokenRefreshThreshold property

  1. @JsonKey.new(fromJson: _durationFromJson, toJson: _durationToJson)
Duration tokenRefreshThreshold
final

How long before expiration to refresh tokens (defaults to 5 minutes)

Implementation

@JsonKey(fromJson: _durationFromJson, toJson: _durationToJson)
final Duration tokenRefreshThreshold;