export enum AuthenticationMiddlewareGroups { CLIENT = 'authenticateClient', USER = 'authenticateUser', }