DaffAuthLogoutSuccess
An action triggered upon a successful logout.
import { DaffAuthLogoutSuccess } from '@daffodil/auth/state'
class DaffAuthLogoutSuccess implements Action {
readonly type: DaffAuthLoginActionTypes.LogoutSuccessAction
}
Properties
Name | Type | Description |
---|---|---|
type | DaffAuthLoginActionTypes.LogoutSuccessAction |