aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/framework/src/actions/authentication.ts
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/odlux/framework/src/actions/authentication.ts')
-rw-r--r--sdnr/wt/odlux/framework/src/actions/authentication.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/sdnr/wt/odlux/framework/src/actions/authentication.ts b/sdnr/wt/odlux/framework/src/actions/authentication.ts
new file mode 100644
index 000000000..8cbc22271
--- /dev/null
+++ b/sdnr/wt/odlux/framework/src/actions/authentication.ts
@@ -0,0 +1,8 @@
+import { Action } from '../flux/action';
+
+export class UpdateAuthentication extends Action {
+
+ constructor(public bearerToken: string | null) {
+ super();
+ }
+} \ No newline at end of file