Update auth-type.ts

This commit is contained in:
Daniel Hougaard
2024-03-12 15:43:01 +01:00
parent eace4f1bdc
commit f0e3c9a4b2

View File

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