import {AuthenticationEvent} from './AuthenticationEvent' /** * Event raised when a user is re-authenticated to a security context */ export class UserAuthenticationResumedEvent extends AuthenticationEvent { public readonly eventName = '@extollo/lib:UserAuthenticationResumedEvent' }