DaffAuthResetToUnauthenticated
import { DaffAuthResetToUnauthenticated } from '@daffodil/auth/state'
class DaffAuthResetToUnauthenticated implements Action {
readonly type: DaffAuthActionTypes.ResetToUnauthenticatedAction
reason: Action['type']
}
Properties
Name | Type | Description |
---|---|---|
type | DaffAuthActionTypes.ResetToUnauthenticatedAction | |
reason | Action['type'] |