GitHub

DaffAuthLogout

An action triggered to initialize a logout request.

import { DaffAuthLogout } from '@daffodil/auth/state'
class DaffAuthLogout implements Action {
  readonly type: DaffAuthLoginActionTypes.LogoutAction
}

Properties

Name Type Description
type DaffAuthLoginActionTypes.LogoutAction