import { daffAuthReducer } from '@daffodil/auth/state'
function daffAuthReducer(
state: DaffAuthReducerState = daffAuthInitialState
action: DaffAuthResetToUnauthenticated | DaffAuthStorageFailure | DaffAuthGuardLogout | DaffAuthServerSide | ... 16 more ... | DaffResetPassword<...>
): DaffAuthReducerState
Parameter | state: DaffAuthReducerState |
---|---|
Default | daffAuthInitialState |
Description |
Parameter | action: DaffAuthResetToUnauthenticated | DaffAuthStorageFailure | DaffAuthGuardLogout | DaffAuthServerSide | ... 16 more ... | DaffResetPassword<...> |
---|---|
Description |