RefreshOptions constructor

RefreshOptions({
  1. required RefreshOption endpoint,
  2. String? endpointUrl,
  3. Future<String> endpointFn(
    1. String oldJwt
    )?,
})

Implementation

RefreshOptions({required this.endpoint, this.endpointUrl, this.endpointFn});