RefreshOptions constructor
RefreshOptions({
- required RefreshOption endpoint,
- String? endpointUrl,
- Future<
String> endpointFn(- String oldJwt
Implementation
RefreshOptions({required this.endpoint, this.endpointUrl, this.endpointFn});