TF-3833 Fix failed to keep mobile app connect after network issue
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
import 'package:core/presentation/state/failure.dart';
|
||||
import 'package:core/presentation/state/success.dart';
|
||||
import 'package:model/oidc/token_oidc.dart';
|
||||
|
||||
class RefreshTokenOIDCSuccess extends UIState {
|
||||
|
||||
final TokenOIDC tokenOIDC;
|
||||
|
||||
RefreshTokenOIDCSuccess(this.tokenOIDC);
|
||||
|
||||
@override
|
||||
List<Object> get props => [tokenOIDC];
|
||||
}
|
||||
|
||||
class RefreshTokenOIDCFailure extends FeatureFailure {
|
||||
|
||||
RefreshTokenOIDCFailure(dynamic exception) : super(exception: exception);
|
||||
}
|
||||
Reference in New Issue
Block a user