GitHub

DaffAuthLogout

import { DaffAuthLogout } from '@daffodil/auth/state'

An action triggered to initialize a logout request.

class DaffAuthLogout implements Action {
  readonly type: DaffAuthLoginActionTypes.LogoutAction = DaffAuthLoginActionTypes.LogoutAction
}