import {AuthenticationEvent} from './AuthenticationEvent' /** * Event fired when a user is authenticated. */ export class UserAuthenticatedEvent extends AuthenticationEvent { public readonly eventName = '@extollo/lib:UserAuthenticatedEvent' }