DaffAuthLogoutFailure
An action triggered upon a failed logout request.
import { DaffAuthLogoutFailure } from '@daffodil/auth/state'
class DaffAuthLogoutFailure implements Action {
readonly type: DaffAuthLoginActionTypes.LogoutFailureAction
errorMessage: DaffStateError
}
Properties
Name | Type | Description |
---|---|---|
type | DaffAuthLoginActionTypes.LogoutFailureAction | |
errorMessage | DaffStateError |