TF-607 Delete authority oidc when logout
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
import 'package:core/core.dart';
|
||||
|
||||
class DeleteAuthorityOidcSuccess extends UIState {
|
||||
DeleteAuthorityOidcSuccess();
|
||||
|
||||
@override
|
||||
List<Object> get props => [];
|
||||
}
|
||||
|
||||
class DeleteAuthorityOidcFailure extends FeatureFailure {
|
||||
final dynamic exception;
|
||||
|
||||
DeleteAuthorityOidcFailure(this.exception);
|
||||
|
||||
@override
|
||||
List<Object> get props => [exception];
|
||||
}
|
||||
Reference in New Issue
Block a user