From f0e3c9a4b2a0f0d3f2e367d3400fd1edbcda9351 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Tue, 12 Mar 2024 15:43:01 +0100 Subject: [PATCH] Update auth-type.ts --- backend/src/services/auth/auth-type.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/services/auth/auth-type.ts b/backend/src/services/auth/auth-type.ts index 6ac1fa008..a3c53658c 100644 --- a/backend/src/services/auth/auth-type.ts +++ b/backend/src/services/auth/auth-type.ts @@ -39,6 +39,7 @@ export enum ActorType { // would extend to AWS, Azure, ... SCIM_CLIENT = "scimClient" } +// This will be null unless the token-type is JWT export type ActorAuthMethod = AuthMethod | null; export type AuthModeJwtTokenPayload = {