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 = {