An action triggered upon a successful auth login.
import { DaffAuthLoginSuccess } from '@daffodil/auth/state'
class DaffAuthLoginSuccess<<T extends DaffAuthToken = DaffAuthToken>> implements Action {
readonly type: DaffAuthLoginActionTypes.LoginSuccessAction
auth: T
}
Name | Type | Description |
---|---|---|
type | DaffAuthLoginActionTypes.LoginSuccessAction | |
auth | T |