GitHub

DaffAuthGuardLogout

import { DaffAuthGuardLogout } from '@daffodil/auth/state'
class DaffAuthGuardLogout implements Action {
  readonly type: DaffAuthActionTypes.AuthGuardLogoutAction
  errorMessage: DaffStateError
}

Properties

Name Type Description
type DaffAuthActionTypes.AuthGuardLogoutAction
errorMessage DaffStateError