autoRefresh method

VinculumConfigBuilder autoRefresh([
  1. bool enable = true
])

Enables or disables automatic token refresh

Implementation

VinculumConfigBuilder autoRefresh([bool enable = true]) {
  _enableAutoRefresh = enable;
  return this;
}